15 references to WM_PRINT
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
228
PInvokeCore.
WM_PRINT
=> "WM_PRINT",
System.Windows.Forms (10)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
476
PInvokeCore.SendMessage(_control, PInvokeCore.
WM_PRINT
, (WPARAM)hdcDraw, (LPARAM)flags);
System\Windows\Forms\Control.cs (3)
5020
PInvokeCore.
WM_PRINT
,
8861
PInvokeCore.SendMessage(this, PInvokeCore.
WM_PRINT
, (WPARAM)hDC, (LPARAM)lParam);
8878
PInvokeCore.SendMessage(this, PInvokeCore.
WM_PRINT
, (WPARAM)dcWrapper.HDC, (LPARAM)lParam);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2410
case PInvokeCore.
WM_PRINT
:
System\Windows\Forms\Controls\ListView\ListView.cs (1)
7137
case PInvokeCore.
WM_PRINT
:
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2907
case PInvokeCore.
WM_PRINT
:
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
961
case PInvokeCore.
WM_PRINT
:
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
2658
PInvokeCore.
WM_PRINT
,
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3174
case PInvokeCore.
WM_PRINT
:
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
445
PInvokeCore.
WM_PRINT
,
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
404
yield return new object[] { PInvokeCore.
WM_PRINT
, " (WM_PRINT)" };
System.Windows.Forms.TestUtilities (2)
ControlExtensions.cs (2)
13
/// Creates a metafile for the specified <see cref="Control"/> by calling <see cref="PInvokeCore.
WM_PRINT
"/>.
20
PInvokeCore.SendMessage(control, PInvokeCore.
WM_PRINT
, (WPARAM)emf.HDC, (LPARAM)(uint)prf);