7 references to ControlTypeProperty
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
190
else if (idProp == AutomationElement.
ControlTypeProperty
)
MS\Internal\Automation\Schema.cs (2)
259
new AutomationPropertyInfo( convertToControlType, AutomationElement.
ControlTypeProperty
, typeof(ControlType), ControlType.Custom ),
368
AutomationElement.
ControlTypeProperty
,
System\Windows\Automation\AutomationElement.cs (1)
1489
public ControlType ControlType { get { return (ControlType) _el.GetPatternPropertyValue(
ControlTypeProperty
, _useCache); } }
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
928
else if (idProp == AutomationElement.
ControlTypeProperty
)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
203
else if(idProp == AutomationElement.
ControlTypeProperty
)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2935
if (idProp == AutomationElement.
ControlTypeProperty
)