1 instantiation of DEVMODEW
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
732
DEVMODEW dm =
new
()
7 references to DEVMODEW
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\CreateDcScope.cs (1)
40
DEVMODEW
* lpInitData = default,
Windows\Win32\Graphics\Gdi\GetDcScope.cs (1)
51
/// <see cref="PInvokeCore.CreateDCW(PCWSTR, PCWSTR, PCWSTR,
DEVMODEW
*)" /> is the
System.Windows.Forms (5)
System\Windows\Forms\Printing\PrinterSettingsExtensions.cs (3)
26
modeSize = PInvoke.DocumentProperties(HWND.Null, HANDLE.Null, n, null, (
DEVMODEW
*)null, 0);
42
(
DEVMODEW
*)b,
43
(
DEVMODEW
*)null,
System\Windows\Forms\SystemInformation.cs (2)
732
DEVMODEW
dm = new()
734
dmSize = (ushort)sizeof(
DEVMODEW
),