3 references to WM_NCMBUTTONDBLCLK
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
18745
if (m.Msg >= NativeMethods.WM_NCLBUTTONDOWN && m.Msg <= NativeMethods.
WM_NCMBUTTONDBLCLK
) {
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
123
case NativeMethods.
WM_NCMBUTTONDBLCLK
: text = "WM_NCMBUTTONDBLCLK"; break;
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1218
else if (m.Msg >= NativeMethods.WM_NCLBUTTONDOWN && m.Msg <= NativeMethods.
WM_NCMBUTTONDBLCLK
) {