6 references to GetShowKeyboardCues
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
461
get { return RibbonControlService.
GetShowKeyboardCues
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
478
get { return RibbonControlService.
GetShowKeyboardCues
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
158
get { return RibbonControlService.
GetShowKeyboardCues
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
494
get { return RibbonControlService.
GetShowKeyboardCues
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
570
get { return RibbonControlService.
GetShowKeyboardCues
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
501
get { return RibbonControlService.
GetShowKeyboardCues
(this); }