6 references to GetShowKeyboardCues
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
465get { return RibbonControlService.GetShowKeyboardCues(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
481get { return RibbonControlService.GetShowKeyboardCues(this); }
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
162get { return RibbonControlService.GetShowKeyboardCues(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
497get { return RibbonControlService.GetShowKeyboardCues(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
573get { return RibbonControlService.GetShowKeyboardCues(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
504get { return RibbonControlService.GetShowKeyboardCues(this); }