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