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