7 references to ShowKeyboardCues
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Control.cs (1)
13991keyboard = ShowKeyboardCues;
winforms\Managed\System\WinForms\ControlPaint.cs (2)
2741else if( ctl.ShowKeyboardCues ) { 2783else if( !ctl.ShowKeyboardCues ) {
winforms\Managed\System\WinForms\GroupBox.cs (3)
524if (!ShowKeyboardCues) { 568format.HotkeyPrefix = ShowKeyboardCues ? System.Drawing.Text.HotkeyPrefix.Show : System.Drawing.Text.HotkeyPrefix.Hide; 591if(!ShowKeyboardCues){
winforms\Managed\System\WinForms\ToolStrip.cs (1)
1774return this.ShowKeyboardCues;