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