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