9 references to WM_KEYLAST
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
142PInvokeCore.WM_KEYLAST => "WM_KEYLAST",
System.Windows.Forms (3)
System\Windows\Forms\Controls\Splitter\Splitter.SplitterMessageFilter.cs (1)
21if (m.MsgInternal < PInvokeCore.WM_KEYFIRST || m.MsgInternal > PInvokeCore.WM_KEYLAST)
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.StickyLabel.cs (1)
40if (m.Msg is >= ((int)PInvokeCore.WM_KEYFIRST) and <= ((int)PInvokeCore.WM_KEYLAST))
System\Windows\Forms\Layout\Containers\SplitContainer.SplitContainerMessageFilter.cs (1)
19if (m.MsgInternal < PInvokeCore.WM_KEYFIRST || m.MsgInternal > PInvokeCore.WM_KEYLAST)
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.cs (1)
2231else if (m.MsgInternal < PInvokeCore.WM_KEYFIRST || m.MsgInternal > PInvokeCore.WM_KEYLAST)
System\Windows\Forms\Design\PbrsForward.cs (1)
73and <= ((int)PInvokeCore.WM_KEYLAST) or >= ((int)PInvokeCore.WM_IME_STARTCOMPOSITION)
System.Windows.Forms.Primitives (2)
Interop\User32\WMExtensions.cs (2)
15=> message.IsBetween(PInvokeCore.WM_KEYFIRST, PInvokeCore.WM_KEYLAST); 18=> message.IsBetween(PInvokeCore.WM_KEYFIRST, PInvokeCore.WM_KEYLAST);
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
318yield return new object[] { PInvokeCore.WM_KEYLAST, " (WM_KEYLAST)" };