1 override of OnStartPrint
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (1)
33
public override void
OnStartPrint
(PrintDocument document, PrintEventArgs e)
2 references to OnStartPrint
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (2)
35
base.
OnStartPrint
(document, e);
47
_underlyingController.
OnStartPrint
(document, e);