6 references to ControlType
UIAutomationTypes (6)
System\Windows\Automation\AutomationIdentifier.cs (2)
167
case UiaCoreTypesApi.AutomationIdType.
ControlType
: autoid = new ControlType(id, programmaticName); break;
210
case UiaCoreTypesApi.AutomationIdType.
ControlType
: return IsControlTypeSupported(id);
System\Windows\Automation\ControlType.cs (4)
28
: base(UiaCoreTypesApi.AutomationIdType.
ControlType
, id, programmaticName)
36
return (ControlType)AutomationIdentifier.Register(UiaCoreTypesApi.AutomationIdType.
ControlType
, (int)id, programmaticName);
44
return (ControlType)AutomationIdentifier.LookupById(UiaCoreTypesApi.AutomationIdType.
ControlType
, id);
53
ControlType controlType = (ControlType)AutomationIdentifier.Register(UiaCoreTypesApi.AutomationIdType.
ControlType
, (int)id, programmaticName);