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