1 reference to ReadOnlyProperty
WindowsBase.Tests (1)
System\Windows\FreezableTests.cs (1)
7340public static DependencyPropertyKey ReadOnlyProperty { get; } = DependencyProperty.RegisterReadOnly($"{nameof(SubFreezable)}_{nameof(ReadOnlyProperty)}", typeof(int), typeof(SubFreezable), new PropertyMetadata(1));