4 overrides of OnEndPrint
System.Drawing.Common (2)
System\Drawing\Printing\DefaultPrintController.cs (1)
136
public override void
OnEndPrint
(PrintDocument document, PrintEventArgs e)
System\Drawing\Printing\PreviewPrintController.cs (1)
109
public override void
OnEndPrint
(PrintDocument document, PrintEventArgs e)
System.Drawing.Common.Tests (1)
System\Drawing\Printing\PrintDocumentTests.cs (1)
263
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)
12 references to OnEndPrint
System.Drawing.Common (4)
System\Drawing\Printing\DefaultPrintController.cs (1)
155
base.
OnEndPrint
(document, e);
System\Drawing\Printing\PreviewPrintController.cs (1)
113
base.
OnEndPrint
(document, e);
System\Drawing\Printing\PrintController.cs (2)
60
OnEndPrint
(document, printEvent);
84
OnEndPrint
(document, printEvent);
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)
265
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);