7 references to WM_NCLBUTTONDOWN
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Control.cs (1)
18745if (m.Msg >= NativeMethods.WM_NCLBUTTONDOWN && m.Msg <= NativeMethods.WM_NCMBUTTONDBLCLK) {
winforms\Managed\System\WinForms\Form.cs (1)
7533case NativeMethods.WM_NCLBUTTONDOWN:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
115case NativeMethods.WM_NCLBUTTONDOWN: text = "WM_NCLBUTTONDOWN"; break;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
7179case NativeMethods.WM_NCLBUTTONDOWN:
winforms\Managed\System\WinForms\ToolStrip.cs (1)
5159case NativeMethods.WM_NCLBUTTONDOWN:
winforms\Managed\System\WinForms\ToolStripManager.cs (2)
1218else if (m.Msg >= NativeMethods.WM_NCLBUTTONDOWN && m.Msg <= NativeMethods.WM_NCMBUTTONDBLCLK) { 1327case NativeMethods.WM_NCLBUTTONDOWN: