2 overrides of IsPreview
System.Drawing.Common (1)
Special\NotSupported.cs (1)
2934public override bool IsPreview { get { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } }
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.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;