From af50118162714e3e12523a8582faef71db9a13f9 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Sat, 24 Jun 2017 13:11:07 +0200 Subject: [PATCH] Added missing method. Why didn't you notice that before, VS? --- tests/Avalonia.Styling.UnitTests/SelectorTests_Descendent.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/Avalonia.Styling.UnitTests/SelectorTests_Descendent.cs b/tests/Avalonia.Styling.UnitTests/SelectorTests_Descendent.cs index b4c284e7c9..7cf8c3dd1c 100644 --- a/tests/Avalonia.Styling.UnitTests/SelectorTests_Descendent.cs +++ b/tests/Avalonia.Styling.UnitTests/SelectorTests_Descendent.cs @@ -175,6 +175,11 @@ namespace Avalonia.Styling.UnitTests throw new NotImplementedException(); } + public void NotifyAttachedToLogicalTree(LogicalTreeAttachmentEventArgs e) + { + throw new NotImplementedException(); + } + public void NotifyDetachedFromLogicalTree(LogicalTreeAttachmentEventArgs e) { throw new NotImplementedException();