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