14 references to WM_KEYUP
System.Windows.Forms (14)
winforms\Managed\System\WinForms\AxHost.cs (1)
3521case NativeMethods.WM_KEYUP:
winforms\Managed\System\WinForms\ComboBox.cs (1)
1693case NativeMethods.WM_KEYUP:
winforms\Managed\System\WinForms\Control.cs (1)
14226case NativeMethods.WM_KEYUP:
winforms\Managed\System\WinForms\DataGrid.cs (1)
8236} else if (m.Msg == NativeMethods.WM_KEYUP) {
winforms\Managed\System\WinForms\DataGridTextBox.cs (1)
126if (m.Msg == NativeMethods.WM_KEYUP)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
126case NativeMethods.WM_KEYUP: text = "WM_KEYUP"; break;
winforms\Managed\System\WinForms\SendKeys.cs (7)
206AddEvent(new SKEvent(altnoctrldown ? NativeMethods.WM_SYSKEYUP : NativeMethods.WM_KEYUP, vk, fStartNewChar, hwnd)); 217AddEvent(new SKEvent(NativeMethods.WM_KEYUP, (int)Keys.ShiftKey, false, hwnd)); 221AddEvent(new SKEvent(NativeMethods.WM_KEYUP, (int)Keys.ControlKey, false, hwnd)); 641if (skEvent.wm == NativeMethods.WM_KEYUP || skEvent.wm == NativeMethods.WM_SYSKEYUP) 711if ((skEvent.wm == NativeMethods.WM_KEYUP) || 742AddEvent(new SKEvent(NativeMethods.WM_KEYUP, (int)Keys.ShiftKey, false, IntPtr.Zero)); 746AddEvent(new SKEvent(NativeMethods.WM_KEYUP, (int)Keys.ControlKey, false, IntPtr.Zero));
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1340case NativeMethods.WM_KEYUP: