7 references to EndPrint
System.Drawing.Common (3)
System\Drawing\Printing\PrintDocument.cs (1)
152/// Raises the <see cref='EndPrint'/> event.
System\Drawing\Printing\PrintEventArgs.cs (1)
9/// Provides data for the <see cref='PrintDocument.BeginPrint'/> and <see cref='PrintDocument.EndPrint'/> events.
System\Drawing\Printing\PrintEventHandler.cs (1)
8/// <see cref='PrintDocument.EndPrint'/>, or <see cref='PrintDocument.QueryPageSettings'/>
System.Drawing.Common.Tests (4)
System\Drawing\Printing\PrintDocumentTests.cs (4)
153document.EndPrint += endPrintHandler; 158document.EndPrint -= endPrintHandler; 178document.EndPrint += endPrintHandler; 180document.EndPrint -= endPrintHandler;