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