3 references to SC_KEYMENU
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
12363
if ((m.WParamInternal & 0xFFF0) == PInvoke.
SC_KEYMENU
&& ToolStripManager.ProcessMenuKey(ref m))
System\Windows\Forms\Controls\Menus\MenuStrip.cs (1)
241
PInvokeCore.PostMessage(ancestor, PInvokeCore.WM_SYSCOMMAND, (WPARAM)PInvoke.
SC_KEYMENU
, (LPARAM)(int)Keys.Space);
System\Windows\Forms\Form.cs (1)
7065
case PInvoke.
SC_KEYMENU
: