7 references to ControlTypeProperty
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
172
else if (idProp == AutomationElement.
ControlTypeProperty
)
MS\Internal\Automation\Schema.cs (2)
272
new AutomationPropertyInfo( convertToControlType, AutomationElement.
ControlTypeProperty
, typeof(ControlType), ControlType.Custom ),
383
AutomationElement.
ControlTypeProperty
,
System\Windows\Automation\AutomationElement.cs (1)
1389
public ControlType ControlType { get { return (ControlType) _el.GetPatternPropertyValue(
ControlTypeProperty
, _useCache); } }
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
903
else if (idProp == AutomationElement.
ControlTypeProperty
)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
188
else if(idProp == AutomationElement.
ControlTypeProperty
)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2915
if (idProp == AutomationElement.
ControlTypeProperty
)