1 write to _underlyingController
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (1)
24_underlyingController = underlyingController;
5 references to _underlyingController
System.Windows.Forms (5)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (5)
28public override bool IsPreview => _underlyingController?.IsPreview ?? false; 47_underlyingController.OnStartPrint(document, e); 72Graphics? result = _underlyingController.OnStartPage(document, e); 86_underlyingController.OnEndPage(document, e); 102_underlyingController.OnEndPrint(document, e);