4 overrides of OnEndPrint
System.Drawing.Common (2)
Special\NotSupported.cs (2)
2938public override void OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } 3169public override void OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
System.Drawing.Common.Tests (1)
System\Drawing\Printing\PrintDocumentTests.cs (1)
290public override void OnEndPrint(PrintDocument document, PrintEventArgs e)
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (1)
100public override void OnEndPrint(PrintDocument document, PrintEventArgs e)
8 references to OnEndPrint
System.Drawing.Common.Tests (6)
System\Drawing\Printing\PrintControllerTests.cs (5)
29controller.OnEndPrint(document, new PrintEventArgs()); 65controller.OnEndPrint(document, e); 78controller.OnEndPrint(document, e); 94controller.OnEndPrint(document, e); 95controller.OnEndPrint(null, e);
System\Drawing\Printing\PrintDocumentTests.cs (1)
292base.OnEndPrint(document, e);
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (2)
102_underlyingController.OnEndPrint(document, e); 110base.OnEndPrint(document, e);