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