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