7 references to WM_KEYFIRST
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)
72
if (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);