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