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