1 instantiation of DOCINFOW
System.Drawing.Common (1)
System\Drawing\Printing\DefaultPrintController.cs (1)
37
DOCINFOW info =
new
()
6 references to DOCINFOW
System.Drawing.Common (6)
System\Drawing\Printing\DefaultPrintController.cs (2)
37
DOCINFOW
info = new()
39
cbSize = sizeof(
DOCINFOW
),
Windows.Win32.PInvoke.GDI32.dll.g.cs (1)
156
internal static extern unsafe int StartDoc(winmdroot.Graphics.Gdi.HDC hdc, winmdroot.Storage.Xps.
DOCINFOW
* lpdi);
Windows\Win32\PInvoke.StartDoc.cs (3)
8
/// <inheritdoc cref="StartDoc(HDC,
DOCINFOW
*)"/>
9
internal static unsafe int StartDoc<T>(T hdc, in
DOCINFOW
lpdi) where T : IHandle<HDC>
11
fixed (
DOCINFOW
* di = &lpdi)