2 references to WM_NCPAINT
System.Windows.Forms (2)
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
111case NativeMethods.WM_NCPAINT: text = "WM_NCPAINT"; break;
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
894if (m.Msg == NativeMethods.WM_NCPAINT) {