4 references to AcceleratorKeyProperty
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
207
button.SetValue(AutomationProperties.
AcceleratorKeyProperty
, acceleratorKey);
PresentationCore (2)
System\Windows\Automation\AutomationProperties.cs (2)
130
element.SetValue(
AcceleratorKeyProperty
, value);
140
return ((string)element.GetValue(
AcceleratorKeyProperty
));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1639
new PropertyAndTransferMode() { Property = AutomationProperties.
AcceleratorKeyProperty
, Mode = TransferMode.AlwaysTransfer },