9 references to AutomationIdProperty
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
105
if (idProp == AutomationElement.
AutomationIdProperty
)
MS\Internal\Automation\Schema.cs (2)
267
new AutomationPropertyInfo( null, AutomationElement.
AutomationIdProperty
, typeof(string), "" ),
376
AutomationElement.
AutomationIdProperty
,
System\Windows\Automation\AutomationElement.cs (1)
1528
public string AutomationId { get { return (string) _el.GetPatternPropertyValue(
AutomationIdProperty
, _useCache); } }
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
169
if (idProp == AutomationElement.
AutomationIdProperty
)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
256
else if (idProp == AutomationElement.
AutomationIdProperty
)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2940
if (idProp == AutomationElement.
AutomationIdProperty
)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
238
else if (idProp == AutomationElement.
AutomationIdProperty
)
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
291
if (idProp == AutomationElement.
AutomationIdProperty
)