4 references to AcceleratorKeyProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
275new AutomationPropertyInfo( null, AutomationElement.AcceleratorKeyProperty, typeof(string), "" ), 386AutomationElement.AcceleratorKeyProperty,
System\Windows\Automation\AutomationElement.cs (1)
1398public string AcceleratorKey { get { return (string) _el.GetPatternPropertyValue(AcceleratorKeyProperty, _useCache); } }
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1375if (idProp == AutomationElement.AcceleratorKeyProperty)