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