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)
18748if (m.Msg >= NativeMethods.WM_KEYFIRST && m.Msg <= NativeMethods.WM_KEYLAST) {
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
133case NativeMethods.WM_KEYLAST: text = "WM_KEYLAST"; break;
winforms\Managed\System\WinForms\SplitContainer.cs (1)
2549if (m.Msg >= NativeMethods.WM_KEYFIRST && m.Msg <= NativeMethods.WM_KEYLAST) {
winforms\Managed\System\WinForms\Splitter.cs (1)
1085if (m.Msg >= NativeMethods.WM_KEYFIRST && m.Msg <= NativeMethods.WM_KEYLAST) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
2117if (m.Msg >= NativeMethods.WM_KEYFIRST && m.Msg <= NativeMethods.WM_KEYLAST && IsRestrictedWindow) {
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1221else if (m.Msg >= NativeMethods.WM_KEYFIRST && m.Msg <= NativeMethods.WM_KEYLAST) {
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (1)
186if (m.Msg >= NativeMethods.WM_KEYFIRST && m.Msg <= NativeMethods.WM_KEYLAST) {