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