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