19 references to WM_PRINTCLIENT
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
229
PInvokeCore.
WM_PRINTCLIENT
=> "WM_PRINTCLIENT",
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (2)
7189
Message m = Message.Create(HWND, PInvokeCore.
WM_PRINTCLIENT
, (WPARAM)hdc, (LPARAM)flags);
12350
case PInvokeCore.
WM_PRINTCLIENT
:
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3836
case PInvokeCore.
WM_PRINTCLIENT
:
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
691
case PInvokeCore.
WM_PRINTCLIENT
:
System\Windows\Forms\ToolTip\ToolTip.cs (1)
2311
case (int)PInvokeCore.
WM_PRINTCLIENT
:
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
2039
case PInvokeCore.
WM_PRINTCLIENT
:
System.Windows.Forms.Tests (12)
System\Windows\Forms\ControlTests.Methods.cs (6)
13151
Msg = (int)PInvokeCore.
WM_PRINTCLIENT
,
13174
Msg = (int)PInvokeCore.
WM_PRINTCLIENT
,
13211
Msg = (int)PInvokeCore.
WM_PRINTCLIENT
,
13253
Msg = (int)PInvokeCore.
WM_PRINTCLIENT
,
13283
Msg = (int)PInvokeCore.
WM_PRINTCLIENT
,
13328
Msg = (int)PInvokeCore.
WM_PRINTCLIENT
,
System\Windows\Forms\GroupBoxTests.cs (5)
2077
yield return new object[] { PInvokeCore.
WM_PRINTCLIENT
};
2082
[InlineData((int)PInvokeCore.
WM_PRINTCLIENT
)]
2112
[InlineData((int)PInvokeCore.
WM_PRINTCLIENT
)]
2153
[InlineData((int)PInvokeCore.
WM_PRINTCLIENT
)]
2242
Msg = (int)PInvokeCore.
WM_PRINTCLIENT
,
System\Windows\Forms\MessageTests.cs (1)
405
yield return new object[] { PInvokeCore.
WM_PRINTCLIENT
, " (WM_PRINTCLIENT)" };