6 references to ControlType
UIAutomationTypes (6)
System\Windows\Automation\AutomationIdentifier.cs (2)
166
case UiaCoreTypesApi.AutomationIdType.
ControlType
: autoid = new ControlType(id, programmaticName); break;
209
case UiaCoreTypesApi.AutomationIdType.
ControlType
: return IsControlTypeSupported(id);
System\Windows\Automation\ControlType.cs (4)
27
: base(UiaCoreTypesApi.AutomationIdType.
ControlType
, id, programmaticName)
35
return (ControlType)AutomationIdentifier.Register(UiaCoreTypesApi.AutomationIdType.
ControlType
, (int)id, programmaticName);
43
return (ControlType)AutomationIdentifier.LookupById(UiaCoreTypesApi.AutomationIdType.
ControlType
, id);
52
ControlType controlType = (ControlType)AutomationIdentifier.Register(UiaCoreTypesApi.AutomationIdType.
ControlType
, (int)id, programmaticName);