6 references to DocumentProperties
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrinterSettingsExtensions.cs (2)
26modeSize = PInvoke.DocumentProperties(HWND.Null, global::Windows.Win32.Graphics.Printing.PRINTER_HANDLE.Null, n, null, (DEVMODEW*)null, 0); 38modeSize = PInvoke.DocumentProperties(
System.Windows.Forms.Primitives (4)
_generated\427\Windows.Win32.PInvoke.winspool.drv.g.cs (4)
47 /// <inheritdoc cref="DocumentProperties(winmdroot.Foundation.HWND, winmdroot.Graphics.Printing.PRINTER_HANDLE, winmdroot.Foundation.PWSTR, winmdroot.Graphics.Gdi.DEVMODEW*, winmdroot.Graphics.Gdi.DEVMODEW*, uint)"/> 54 int __result = PInvoke.DocumentProperties(hWnd, hPrinter, pDeviceName, pDevModeOutputLocal, pDevModeInput.HasValue ? &pDevModeInputLocal : null, fMode); 59 /// <inheritdoc cref="DocumentProperties(winmdroot.Foundation.HWND, winmdroot.Graphics.Printing.PRINTER_HANDLE, winmdroot.Foundation.PWSTR, winmdroot.Graphics.Gdi.DEVMODEW*, winmdroot.Graphics.Gdi.DEVMODEW*, uint)"/> 63 int __result = PInvoke.DocumentProperties(hWnd, hPrinter, pDeviceName, default(winmdroot.Graphics.Gdi.DEVMODEW* ), pDevModeInput.HasValue ? &pDevModeInputLocal : null, fMode);