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