8 references to ShowKeyboardCues
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (1)
12165keyboard = ShowKeyboardCues;
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (3)
414if (!ShowKeyboardCues) 475HotkeyPrefix = ShowKeyboardCues ? HotkeyPrefix.Show : HotkeyPrefix.Hide 502if (!ShowKeyboardCues)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
1593return 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)