11 references to ShowKeyboardCues
System.Windows.Forms (10)
System\Windows\Forms\Control.cs (1)
12952keyboard = ShowKeyboardCues;
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (3)
443if (!ShowKeyboardCues) 519HotkeyPrefix = ShowKeyboardCues ? HotkeyPrefix.Show : HotkeyPrefix.Hide 546if (!ShowKeyboardCues)
System\Windows\Forms\Controls\GroupBox\GroupBox.Modern.cs (2)
708HotkeyPrefix = ShowKeyboardCues 729if (!ShowKeyboardCues)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1598return ShowKeyboardCues;
System\Windows\Forms\Rendering\Button\AnimatedPopupButtonRenderer.cs (1)
176ShowKeyboardCues = 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)