42 references to ControlKeyboardRouting
System.Windows.Forms (42)
winforms\Managed\System\WinForms\AxHost.cs (6)
2027
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "AxHost.PreProcessMessage " + msg.ToString());
2060
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "\t Message translated by control to " + msg);
2076
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "\t Message processed by site. Calling base.PreProcessMessage() " + msg);
2080
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "\t Message not processed by site. Returning false. " + msg);
2102
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "In AxHost.ProcessMnemonic: " + (int)charCode);
2125
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "\t Processed mnemonic " + msg);
winforms\Managed\System\WinForms\ContainerControl.cs (2)
1213
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "ContainerControl.ProcessCmdKey " + msg.ToString());
1267
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "Check starting at '" + ((start != null) ? start.ToString() : "<null>") + "'");
winforms\Managed\System\WinForms\Control.cs (21)
7613
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "Control.IsInputChar 0x" + ((int)charCode).ToString("X", CultureInfo.InvariantCulture));
7642
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "Control.IsInputKey " + keyData.ToString());
7689
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, " ...returning false");
7704
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, " ...& found... char=" + c1.ToString());
7706
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, " ...returning true");
7710
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose && pos == 0, " ...no & found");
7712
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, " ...returning false");
10241
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "Control.PreProcessControlMessageInternal " + msg.ToString());
10254
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "PreviewKeyDown indicated this is an input key.");
10268
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "Control didn't preprocess this message but it needs to be dispatched");
10277
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "Control didn't preprocess this message but it needs to be dispatched");
10324
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "Control.ProcessCmdKey " + msg.ToString());
10451
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "Control.ProcessDialogChar [" + charCode.ToString() + "]");
10482
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "Control.ProcessDialogKey " + keyData.ToString());
10511
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "Control.ProcessKeyEventArgs " + m.ToString());
10657
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, " processkeyeventarg returning: " + kpe.Handled);
10662
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, " processkeyeventarg returning: " + ke.Handled);
10693
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "Control.ProcessKeyMessage " + m.ToString());
10728
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "Control.ProcessKeyPreview " + m.ToString());
14186
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "Control.WndProc processing " + m.ToString());
14189
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "Control.WndProc ToolStripManager.ProcessMenuKey returned true" + m.ToString());
winforms\Managed\System\WinForms\TextBoxBase.cs (3)
1600
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "TextBoxBase.ProcessDialogKey [" + keyData.ToString() + "]");
2228
Debug.WriteLineIf(Control.
ControlKeyboardRouting
.TraceVerbose, "TextBox wants tabs");
2232
Debug.WriteLineIf(Control.
ControlKeyboardRouting
.TraceVerbose, "TextBox doesn't want tabs");
winforms\Managed\System\WinForms\ToolStripManager.cs (7)
1531
Debug.WriteLineIf(Control.
ControlKeyboardRouting
.TraceVerbose, "ToolStripManager.ProcessCmdKey - processing: [" + keyData.ToString() + "]");
1537
Debug.WriteLineIf(Control.
ControlKeyboardRouting
.TraceVerbose, "ToolStripManager.ProcessCmdKey - IsValidShortcut: [" + keyData.ToString() + "]");
1542
Debug.WriteLineIf(Control.
ControlKeyboardRouting
.TraceVerbose, "ToolStripManager.ProcessCmdKey - Checking if it's a menu key: [" + keyData.ToString() + "]");
1563
Debug.WriteLineIf(Control.
ControlKeyboardRouting
.TraceVerbose, "ToolStripManager.ProcessShortcut - processing: [" + shortcut.ToString() + "]");
1572
Debug.WriteLineIf(Control.
ControlKeyboardRouting
.TraceVerbose, "ToolStripManager.ProcessShortcut - found item on context menu: [" + item.ToString() + "]");
1664
Debug.WriteLineIf(Control.
ControlKeyboardRouting
.TraceVerbose, "ToolStripManager.ProcessShortcut - found item on toolstrip: [" + item.ToString() + "]");
1690
Debug.WriteLineIf(Control.
ControlKeyboardRouting
.TraceVerbose, "ToolStripManager.ProcessMenuKey: [" + m.ToString() + "]");
winforms\Managed\System\WinForms\WebBrowserBase.cs (3)
318
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "\t Message translated to " + win32Message);
349
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "\t Message processed by site. Calling base.PreProcessMessage() " + msg);
354
Debug.WriteLineIf(
ControlKeyboardRouting
.TraceVerbose, "\t Message not processed by site. Returning false. " + msg);