8 references to IsReadOnlyProperty
PresentationFramework (7)
System\Windows\Controls\ComboBox.cs (1)
377
TextBox.
IsReadOnlyProperty
.AddOwner(typeof(ComboBox));
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
166
SetCurrentValueInternal(
IsReadOnlyProperty
, MS.Internal.KnownBoxes.BooleanBoxes.Box(!isEnabled));
System\Windows\Controls\TextBox.cs (1)
1054
if (e.Property ==
IsReadOnlyProperty
)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
3637
DependencyProperty dp = System.Windows.Controls.TextBox.
IsReadOnlyProperty
;
5515
DependencyProperty dp = System.Windows.Controls.RichTextBox.
IsReadOnlyProperty
;
System\Windows\Markup\KnownTypes.cs (2)
1868
return System.Windows.Controls.RichTextBox.
IsReadOnlyProperty
;
1914
return System.Windows.Controls.TextBox.
IsReadOnlyProperty
;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
138
TextBox.
IsReadOnlyProperty
.AddOwner(typeof(RibbonComboBox));