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