1 write to underlyingController
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (1)
42this.underlyingController = underlyingController;
6 references to underlyingController
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Printing\PrintControllerWithStatusDialog.cs (6)
54if (underlyingController != null) 56return underlyingController.IsPreview; 84underlyingController.OnStartPrint(document, e); 112Graphics result = underlyingController.OnStartPage(document, e); 127underlyingController.OnEndPage(document, e); 144underlyingController.OnEndPrint(document, e);