8 references to WM_KEYLAST
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Application.cs (1)
3650
&& msg.message <= NativeMethods.
WM_KEYLAST
) {
winforms\Managed\System\WinForms\Control.cs (1)
18748
if (m.Msg >= NativeMethods.WM_KEYFIRST && m.Msg <= NativeMethods.
WM_KEYLAST
) {
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
133
case NativeMethods.
WM_KEYLAST
: text = "WM_KEYLAST"; break;
winforms\Managed\System\WinForms\SplitContainer.cs (1)
2549
if (m.Msg >= NativeMethods.WM_KEYFIRST && m.Msg <= NativeMethods.
WM_KEYLAST
) {
winforms\Managed\System\WinForms\Splitter.cs (1)
1085
if (m.Msg >= NativeMethods.WM_KEYFIRST && m.Msg <= NativeMethods.
WM_KEYLAST
) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
2117
if (m.Msg >= NativeMethods.WM_KEYFIRST && m.Msg <= NativeMethods.
WM_KEYLAST
&& IsRestrictedWindow) {
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1221
else if (m.Msg >= NativeMethods.WM_KEYFIRST && m.Msg <= NativeMethods.
WM_KEYLAST
) {
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (1)
186
if (m.Msg >= NativeMethods.WM_KEYFIRST && m.Msg <= NativeMethods.
WM_KEYLAST
) {