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