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