2 overrides of ProcessDialogKey
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripControlHost.cs (1)
1016protected internal override bool ProcessDialogKey(Keys keyData) {
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
545protected internal override bool ProcessDialogKey(Keys keyData) {
2 references to ProcessDialogKey
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2929if(item.ProcessDialogKey(keyData)) {
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (1)
624return base.ProcessDialogKey(keyData);