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