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)
153
document.
EndPrint
+= endPrintHandler;
158
document.
EndPrint
-= endPrintHandler;
178
document.
EndPrint
+= endPrintHandler;
180
document.
EndPrint
-= endPrintHandler;