3 overrides of OnEndPage
System.Drawing.Common (2)
System\Drawing\Printing\DefaultPrintController.cs (1)
112
public override void
OnEndPage
(PrintDocument document, PrintPageEventArgs e)
System\Drawing\Printing\PreviewPrintController.cs (1)
102
public override void
OnEndPage
(PrintDocument document, PrintPageEventArgs e)
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (1)
84
public override void
OnEndPage
(PrintDocument document, PrintPageEventArgs e)
6 references to OnEndPage
System.Drawing.Common (4)
System\Drawing\Printing\DefaultPrintController.cs (1)
130
base.
OnEndPage
(document, e);
System\Drawing\Printing\PreviewPrintController.cs (1)
106
base.
OnEndPage
(document, e);
System\Drawing\Printing\PrintController.cs (2)
117
OnEndPage
(document, pageEvent);
179
OnEndPage
(document, pageEvent);
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (2)
86
_underlyingController.
OnEndPage
(document, e);
94
base.
OnEndPage
(document, e);