12 references to AccessKeyProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
276
new AutomationPropertyInfo( null, AutomationElement.
AccessKeyProperty
, typeof(string), "" ),
387
AutomationElement.
AccessKeyProperty
,
System\Windows\Automation\AutomationElement.cs (1)
1400
public string AccessKey { get { return (string) _el.GetPatternPropertyValue(
AccessKeyProperty
, _useCache); } }
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
892
if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
199
else if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
249
if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
82
if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1388
else if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
130
if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
416
if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
949
if (idProp == AutomationElement.
AccessKeyProperty
&& _windowsForms != WindowsFormsHelper.FormControlState.True)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
458
if (idProp == AutomationElement.
AccessKeyProperty
)