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