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)
1401
public string AccessKey { get { return (string) _el.GetPatternPropertyValue(
AccessKeyProperty
, _useCache); } }
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
893
if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
200
else if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
250
if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
83
if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1389
else if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
132
if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
420
if (idProp == AutomationElement.
AccessKeyProperty
)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
957
if (idProp == AutomationElement.
AccessKeyProperty
&& _windowsForms != WindowsFormsHelper.FormControlState.True)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
462
if (idProp == AutomationElement.
AccessKeyProperty
)