9 references to WM_PAINT
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3756case NativeMethods.WM_PAINT:
winforms\Managed\System\WinForms\Control.cs (1)
14162case NativeMethods.WM_PAINT:
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1298case NativeMethods.WM_PAINT:
winforms\Managed\System\WinForms\ListView.cs (1)
6360case NativeMethods.WM_PAINT:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
50case NativeMethods.WM_PAINT: text = "WM_PAINT"; break;
winforms\Managed\System\WinForms\ToolStripPanel.cs (2)
859NativeMethods.WM_PAINT, NativeMethods.WM_PAINT,
winforms\Managed\System\WinForms\ToolTip.cs (2)
2593goto case NativeMethods.WM_PAINT; 2595case NativeMethods.WM_PAINT: