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