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