4 references to LocalizedControlTypeProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
273new AutomationPropertyInfo( null, AutomationElement.LocalizedControlTypeProperty, typeof(string), "" ), 384AutomationElement.LocalizedControlTypeProperty,
System\Windows\Automation\AutomationElement.cs (1)
1392public string LocalizedControlType { get { return (string) _el.GetPatternPropertyValue(LocalizedControlTypeProperty, _useCache); } }
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
184if (idProp == AutomationElement.LocalizedControlTypeProperty)