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