3 overrides of OnEndPage
System.Drawing (2)
commonui\System\Drawing\Printing\DefaultPrintController.cs (1)
151
public override void
OnEndPage
(PrintDocument document, PrintPageEventArgs e) {
commonui\System\Drawing\Printing\PreviewPrintController.cs (1)
166
public override void
OnEndPage
(PrintDocument document, PrintPageEventArgs e) {
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
126
public override void
OnEndPage
(PrintDocument document, PrintPageEventArgs e) {
6 references to OnEndPage
System.Drawing (4)
commonui\System\Drawing\Printing\DefaultPrintController.cs (1)
169
base.
OnEndPage
(document, e);
commonui\System\Drawing\Printing\PreviewPrintController.cs (1)
175
base.
OnEndPage
(document, e);
commonui\System\Drawing\Printing\PrintController.cs (2)
188
OnEndPage
(document, pageEvent);
241
OnEndPage
(document, pageEvent);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (2)
127
underlyingController.
OnEndPage
(document, e);
133
base.
OnEndPage
(document, e);