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)
128
element.SetValue(
AcceleratorKeyProperty
, value);
138
return ((string)element.GetValue(
AcceleratorKeyProperty
));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1634
new PropertyAndTransferMode() { Property = AutomationProperties.
AcceleratorKeyProperty
, Mode = TransferMode.AlwaysTransfer },