2 overrides of IsPreview
System.Drawing.Common (1)
System\Drawing\Printing\PreviewPrintController.cs (1)
17public override bool IsPreview => true;
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (1)
28public override bool IsPreview => _underlyingController?.IsPreview ?? false;
2 references to IsPreview
System.Drawing.Common (1)
System\Drawing\Printing\PrintController.cs (1)
43PrintAction printAction = IsPreview
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (1)
28public override bool IsPreview => _underlyingController?.IsPreview ?? false;