12 references to AccessKeyProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
263
new AutomationPropertyInfo( null, AutomationElement.
AccessKeyProperty
, typeof(string), "" ),
372
AutomationElement.
AccessKeyProperty
,
System\Windows\Automation\AutomationElement.cs (1)
1501
public string AccessKey { get { return (string) _el.GetPatternPropertyValue(
AccessKeyProperty
, _useCache); } }
UIAutomationClientsideProviders (9)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
918
if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
215
else if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
266
if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
96
if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1409
else if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
143
if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
432
if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
955
if (idProp == AutomationElement.
AccessKeyProperty
&& _windowsForms != WindowsFormsHelper.FormControlState.True)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
473
if (idProp == AutomationElement.
AccessKeyProperty
)