7 references to ControlTypeProperty
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
171else 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)
1388public ControlType ControlType { get { return (ControlType) _el.GetPatternPropertyValue(ControlTypeProperty, _useCache); } }
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
902else if (idProp == AutomationElement.ControlTypeProperty)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
187else if(idProp == AutomationElement.ControlTypeProperty)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2914if (idProp == AutomationElement.ControlTypeProperty)