1 instantiation of DEVMODEW
System.Windows.Forms (1)
System\Windows\Forms\SystemInformation.cs (1)
732DEVMODEW dm = new()
7 references to DEVMODEW
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\CreateDcScope.cs (1)
40DEVMODEW* 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)
26modeSize = PInvoke.DocumentProperties(HWND.Null, HANDLE.Null, n, null, (DEVMODEW*)null, 0); 42(DEVMODEW*)b, 43(DEVMODEW*)null,
System\Windows\Forms\SystemInformation.cs (2)
732DEVMODEW dm = new() 734dmSize = (ushort)sizeof(DEVMODEW),