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