6 references to GetShowKeyboardCues
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
462
get { return RibbonControlService.
GetShowKeyboardCues
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
479
get { return RibbonControlService.
GetShowKeyboardCues
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
160
get { return RibbonControlService.
GetShowKeyboardCues
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
495
get { return RibbonControlService.
GetShowKeyboardCues
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
571
get { return RibbonControlService.
GetShowKeyboardCues
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
502
get { return RibbonControlService.
GetShowKeyboardCues
(this); }