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;
3 references to IsPreview
System.Drawing.Common (1)
System\Drawing\Printing\PrintController.cs (1)
43PrintAction printAction = IsPreview
System.Drawing.Common.Tests (1)
System\Drawing\Printing\PrintControllerTests.cs (1)
12Assert.False(controller.IsPreview);
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (1)
28public override bool IsPreview => _underlyingController?.IsPreview ?? false;