8 references to IsReadOnlyProperty
PresentationFramework (7)
System\Windows\Controls\ComboBox.cs (1)
370
TextBox.
IsReadOnlyProperty
.AddOwner(typeof(ComboBox));
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
167
SetCurrentValueInternal(
IsReadOnlyProperty
, MS.Internal.KnownBoxes.BooleanBoxes.Box(!isEnabled));
System\Windows\Controls\TextBox.cs (1)
1055
if (e.Property ==
IsReadOnlyProperty
)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
3802
DependencyProperty dp = System.Windows.Controls.TextBox.
IsReadOnlyProperty
;
5884
DependencyProperty dp = System.Windows.Controls.RichTextBox.
IsReadOnlyProperty
;
System\Windows\Markup\KnownTypes.cs (2)
1861
return System.Windows.Controls.RichTextBox.
IsReadOnlyProperty
;
1907
return System.Windows.Controls.TextBox.
IsReadOnlyProperty
;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
136
TextBox.
IsReadOnlyProperty
.AddOwner(typeof(RibbonComboBox));