Browse Source

Added missing method.

Why didn't you notice that before, VS?
pull/1031/head
Steven Kirk 9 years ago
parent
commit
af50118162
  1. 5
      tests/Avalonia.Styling.UnitTests/SelectorTests_Descendent.cs

5
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();

Loading…
Cancel
Save