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