2 references to EndDoc
System.Drawing.Common (2)
System\Drawing\Printing\DefaultPrintController.cs (1)
144
int result = e.Cancel ? PInvoke.AbortDoc(this) : PInvoke.
EndDoc
(this);
Windows\Win32\PInvoke.EndDoc.cs (1)
11
int result =
EndDoc
(hdc.Handle);