3 references to IsReadOnlyProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
388TextBox.IsReadOnlyProperty.AddOwner(typeof(ComboBox));
src\Framework\System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
171SetCurrentValueInternal(IsReadOnlyProperty, MS.Internal.KnownBoxes.BooleanBoxes.Box(!isEnabled));
src\Framework\System\Windows\Controls\TextBox.cs (1)
1052if (e.Property == IsReadOnlyProperty)