3 writes to _controlType
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (3)
1030_controlType = _acc.IsReadOnly ? ControlType.Text : _controlType = ControlType.Edit; 1039_controlType = entry._ctrlType;
2 references to _controlType
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
1023if (_controlType == null) 1050return _controlType;