8 references to IsReadOnlyProperty
PresentationFramework (7)
System\Windows\Controls\ComboBox.cs (1)
371
TextBox.
IsReadOnlyProperty
.AddOwner(typeof(ComboBox));
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
168
SetCurrentValueInternal(
IsReadOnlyProperty
, MS.Internal.KnownBoxes.BooleanBoxes.Box(!isEnabled));
System\Windows\Controls\TextBox.cs (1)
1056
if (e.Property ==
IsReadOnlyProperty
)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (2)
3803
DependencyProperty dp = System.Windows.Controls.TextBox.
IsReadOnlyProperty
;
5885
DependencyProperty dp = System.Windows.Controls.RichTextBox.
IsReadOnlyProperty
;
System\Windows\Markup\KnownTypes.cs (2)
1862
return System.Windows.Controls.RichTextBox.
IsReadOnlyProperty
;
1908
return System.Windows.Controls.TextBox.
IsReadOnlyProperty
;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
137
TextBox.
IsReadOnlyProperty
.AddOwner(typeof(RibbonComboBox));