8 references to WM_NCHITTEST
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Form.cs (1)
7584
case NativeMethods.
WM_NCHITTEST
:
winforms\Managed\System\WinForms\Label.cs (1)
1735
case NativeMethods.
WM_NCHITTEST
:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
110
case NativeMethods.
WM_NCHITTEST
: text = "WM_NCHITTEST"; break;
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
246
case NativeMethods.
WM_NCHITTEST
:
winforms\Managed\System\WinForms\StatusBar.cs (1)
1164
case NativeMethods.
WM_NCHITTEST
:
winforms\Managed\System\WinForms\StatusStrip.cs (2)
554
if ((m.Msg == NativeMethods.
WM_NCHITTEST
) && SizingGrip) {
617
if (m.Msg == NativeMethods.
WM_NCHITTEST
) {
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
898
if (m.Msg == NativeMethods.
WM_NCHITTEST
){