4 references to IsValidShortcut
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (2)
734
if (
IsValidShortcut
(keyData))
767
if (activeControlInChain is null || !
IsValidShortcut
(shortcut))
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
362
if ((value != Keys.None) && !ToolStripManager.
IsValidShortcut
(value))
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StandardMenuStripVerb.cs (1)
160
if (!ToolStripManager.IsShortcutDefined(shortcut) && ToolStripManager.
IsValidShortcut
(shortcut))