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