7 references to WM_KEYFIRST
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)
72if (m.Msg is >= ((int)PInvokeCore.WM_KEYFIRST)
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);