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