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