2 references to DependencyPropertyDescriptorTests
WindowsBase.Tests (2)
System\ComponentModel\DependencyPropertyDescriptorTests.cs (2)
36DependencyProperty property = DependencyProperty.Register(nameof(DependencyPropertyDescriptorTests) + MethodBase.GetCurrentMethod()!.Name, typeof(bool), typeof(DependencyObject)); 48DependencyProperty property = DependencyProperty.Register(nameof(DependencyPropertyDescriptorTests) + MethodBase.GetCurrentMethod()!.Name, typeof(bool), typeof(DependencyObject));