3 references to LocalValueEntryTests
WindowsBase.Tests (3)
System\Windows\LocalValueEntryTests.cs (3)
43
DependencyProperty property1 = DependencyProperty.Register(nameof(
LocalValueEntryTests
) + MethodBase.GetCurrentMethod()!.Name + "1", typeof(string), typeof(DependencyObject));
44
DependencyProperty property2 = DependencyProperty.Register(nameof(
LocalValueEntryTests
) + MethodBase.GetCurrentMethod()!.Name + "2", typeof(string), typeof(DependencyObject));
103
DependencyProperty property = DependencyProperty.Register(nameof(
LocalValueEntryTests
) + MethodBase.GetCurrentMethod()!.Name, typeof(string), typeof(DependencyObject));