11 references to ShowKeyboardCues
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (1)
12894keyboard = ShowKeyboardCues;
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (3)
443if (!ShowKeyboardCues) 504HotkeyPrefix = ShowKeyboardCues ? HotkeyPrefix.Show : HotkeyPrefix.Hide 531if (!ShowKeyboardCues)
System\Windows\Forms\Controls\GroupBox\GroupBox.Modern.cs (2)
676HotkeyPrefix = ShowKeyboardCues 697if (!ShowKeyboardCues)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1593return ShowKeyboardCues;
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (1)
178ShowKeyboardCues = button.ShowKeyboardCues,
System\Windows\Forms\Rendering\ControlPaint.cs (2)
2620else if (control.ShowKeyboardCues) 2670else if (!control.ShowKeyboardCues)
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.SplitButton.cs (1)
226else if (!ShowKeyboardCues)