5 references to WM_MOUSELAST
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)
4979
NativeMethods.
WM_MOUSELAST
,
5062
NativeMethods.
WM_MOUSELAST
,
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1215
if (m.Msg >= NativeMethods.WM_MOUSEFIRST && m.Msg <= NativeMethods.
WM_MOUSELAST
) {