3 references to IsReadOnlyProperty
PresentationFramework (2)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
146RaisePropertyChangedEvent(ValuePatternIdentifiers.IsReadOnlyProperty, oldValue, newValue);
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
117RaisePropertyChangedEvent(ValuePatternIdentifiers.IsReadOnlyProperty, oldValue, newValue);
UIAutomationClient (1)
System\Windows\Automation\ValuePattern.cs (1)
54public static readonly AutomationProperty IsReadOnlyProperty = ValuePatternIdentifiers.IsReadOnlyProperty;