9 references to WM_KEYLAST
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
142
PInvokeCore.
WM_KEYLAST
=> "WM_KEYLAST",
System.Windows.Forms (3)
System\Windows\Forms\Controls\Splitter\Splitter.SplitterMessageFilter.cs (1)
21
if (m.MsgInternal < PInvokeCore.WM_KEYFIRST || m.MsgInternal > PInvokeCore.
WM_KEYLAST
)
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.StickyLabel.cs (1)
40
if (m.Msg is >= ((int)PInvokeCore.WM_KEYFIRST) and <= ((int)PInvokeCore.
WM_KEYLAST
))
System\Windows\Forms\Layout\Containers\SplitContainer.SplitContainerMessageFilter.cs (1)
19
if (m.MsgInternal < PInvokeCore.WM_KEYFIRST || m.MsgInternal > PInvokeCore.
WM_KEYLAST
)
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.cs (1)
2231
else if (m.MsgInternal < PInvokeCore.WM_KEYFIRST || m.MsgInternal > PInvokeCore.
WM_KEYLAST
)
System\Windows\Forms\Design\PbrsForward.cs (1)
73
and <= ((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)
318
yield return new object[] { PInvokeCore.
WM_KEYLAST
, " (WM_KEYLAST)" };