1 override of OnStartPage
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (1)
66public override Graphics? OnStartPage(PrintDocument document, PrintPageEventArgs e)
2 references to OnStartPage
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (2)
68base.OnStartPage(document, e); 72Graphics? result = _underlyingController.OnStartPage(document, e);