7 references to WM_KEYFIRST
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Application.cs (1)
3649
if (msg.message >= NativeMethods.
WM_KEYFIRST
winforms\Managed\System\WinForms\Control.cs (1)
18748
if (m.Msg >= NativeMethods.
WM_KEYFIRST
&& m.Msg <= NativeMethods.WM_KEYLAST) {
winforms\Managed\System\WinForms\SplitContainer.cs (1)
2549
if (m.Msg >= NativeMethods.
WM_KEYFIRST
&& m.Msg <= NativeMethods.WM_KEYLAST) {
winforms\Managed\System\WinForms\Splitter.cs (1)
1085
if (m.Msg >= NativeMethods.
WM_KEYFIRST
&& m.Msg <= NativeMethods.WM_KEYLAST) {
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
2117
if (m.Msg >= NativeMethods.
WM_KEYFIRST
&& m.Msg <= NativeMethods.WM_KEYLAST && IsRestrictedWindow) {
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1221
else if (m.Msg >= NativeMethods.
WM_KEYFIRST
&& m.Msg <= NativeMethods.WM_KEYLAST) {
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (1)
186
if (m.Msg >= NativeMethods.
WM_KEYFIRST
&& m.Msg <= NativeMethods.WM_KEYLAST) {