System\Windows\FreezableTests.cs (11)
160freezable.SetValue(SubFreezable.Property9, anotherFreezable4);
1487freezable.SetValue(SubFreezable.Property9, anotherFreezable4);
2373freezable.SetValue(SubFreezable.Property9, anotherFreezable4);
3816freezable.SetValue(SubFreezable.Property9, anotherFreezable4);
4211freezable.SetValue(SubFreezable.Property9, anotherFreezable4);
4229Assert.Same(anotherFreezable4, freezable.GetValue(SubFreezable.Property9));
4230Assert.Equal(90, ((CustomFreezable)freezable.GetValue(SubFreezable.Property9)).GetValue(SubFreezable.Property1));
4231Assert.Equal(!isChecking, ((CustomFreezable)freezable.GetValue(SubFreezable.Property9)).IsFrozen);
4515freezable.SetValue(SubFreezable.Property9, anotherFreezable4);
5368freezable.SetValue(SubFreezable.Property9, anotherFreezable4);
7339public static DependencyProperty Property9 { get; } = DependencyProperty.Register($"{nameof(SubFreezable)}_{nameof(Property9)}", typeof(DependencyObject), typeof(SubFreezable));