9 references to WM_SYSKEYUP
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ComboBox.cs (1)
1694case NativeMethods.WM_SYSKEYUP:
winforms\Managed\System\WinForms\Control.cs (1)
14227case NativeMethods.WM_SYSKEYUP:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
130case NativeMethods.WM_SYSKEYUP: text = "WM_SYSKEYUP"; break;
winforms\Managed\System\WinForms\SendKeys.cs (5)
206AddEvent(new SKEvent(altnoctrldown ? NativeMethods.WM_SYSKEYUP : NativeMethods.WM_KEYUP, vk, fStartNewChar, hwnd)); 225AddEvent(new SKEvent(NativeMethods.WM_SYSKEYUP, (int)Keys.Menu, false, hwnd)); 641if (skEvent.wm == NativeMethods.WM_KEYUP || skEvent.wm == NativeMethods.WM_SYSKEYUP) 712(skEvent.wm == NativeMethods.WM_SYSKEYUP)) 750AddEvent(new SKEvent(NativeMethods.WM_SYSKEYUP, (int)Keys.Menu, false, IntPtr.Zero));
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1344case NativeMethods.WM_SYSKEYUP: