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