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