3 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.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (1)
100
public override void
OnEndPrint
(PrintDocument document, PrintEventArgs e)
6 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.Windows.Forms (2)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (2)
102
_underlyingController.
OnEndPrint
(document, e);
110
base.
OnEndPrint
(document, e);