11 references to WM_PRINT
System.Windows.Forms (11)
winforms\Managed\System\WinForms\Control.cs (4)
6174UnsafeNativeMethods.SendMessage(new HandleRef(this, this.Handle), NativeMethods.WM_PRINT, (IntPtr)hDc, 10404SendMessage(NativeMethods.WM_PRINT, hDC.Handle, lParam); 10419SendMessage(NativeMethods.WM_PRINT, dcWrapper.HDC, lParam); 16712control.SendMessage(NativeMethods.WM_PRINT, hdcDraw, flags);
winforms\Managed\System\WinForms\ListBox.cs (1)
2400case NativeMethods.WM_PRINT:
winforms\Managed\System\WinForms\ListView.cs (1)
6366case NativeMethods.WM_PRINT:
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
3205case NativeMethods.WM_PRINT:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
222case NativeMethods.WM_PRINT: text = "WM_PRINT"; break;
winforms\Managed\System\WinForms\TextBox.cs (1)
890case NativeMethods.WM_PRINT:
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2843UnsafeNativeMethods.SendMessage(new HandleRef(this, this.Handle), NativeMethods.WM_PRINT, (IntPtr)imageHdc,
winforms\Managed\System\WinForms\TreeView.cs (1)
3180case NativeMethods.WM_PRINT: