2 references to IsReadOnly
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
715
return _acc.
IsReadOnly
;
1001
_controlType = _acc.
IsReadOnly
? ControlType.Text : _controlType = ControlType.Edit;