5 references to WM_MOUSEFIRST
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (2)
16568if (msg.hwnd != control.Handle && msg.message >= NativeMethods.WM_MOUSEFIRST && msg.message <= NativeMethods.WM_MOUSELAST) { 18742if (m.Msg >= NativeMethods.WM_MOUSEFIRST && m.Msg <= NativeMethods.WM_MOUSELAST) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
4978NativeMethods.WM_MOUSEFIRST, 5061NativeMethods.WM_MOUSEFIRST,
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1215if (m.Msg >= NativeMethods.WM_MOUSEFIRST && m.Msg <= NativeMethods.WM_MOUSELAST) {