3 writes to _controlType
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
1001
_controlType
= _acc.IsReadOnly ? ControlType.Text :
_controlType
= ControlType.Edit;
1010
_controlType
= entry._ctrlType;
2 references to _controlType
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
994
if (
_controlType
== null)
1021
return
_controlType
;