12 references to AccessKeyProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
276new AutomationPropertyInfo( null, AutomationElement.AccessKeyProperty, typeof(string), "" ), 387AutomationElement.AccessKeyProperty,
System\Windows\Automation\AutomationElement.cs (1)
1401public string AccessKey { get { return (string) _el.GetPatternPropertyValue(AccessKeyProperty, _useCache); } }
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
893if (idProp == AutomationElement.AccessKeyProperty)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
200else if (idProp == AutomationElement.AccessKeyProperty)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
250if (idProp == AutomationElement.AccessKeyProperty)
MS\Internal\AutomationProxies\WindowsListViewItemStartMenu.cs (1)
83if (idProp == AutomationElement.AccessKeyProperty)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1389else if (idProp == AutomationElement.AccessKeyProperty)
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
132if (idProp == AutomationElement.AccessKeyProperty)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
420if (idProp == AutomationElement.AccessKeyProperty)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
957if (idProp == AutomationElement.AccessKeyProperty && _windowsForms != WindowsFormsHelper.FormControlState.True)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
462if (idProp == AutomationElement.AccessKeyProperty)