1 override of IsPreview
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (1)
28
public override bool
IsPreview
=> _underlyingController?.IsPreview ?? false;
2 references to IsPreview
System.Drawing.Common.Tests (1)
System\Drawing\Printing\PrintControllerTests.cs (1)
12
Assert.False(controller.
IsPreview
);
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintControllerWithStatusDialog.cs (1)
28
public override bool IsPreview => _underlyingController?.
IsPreview
?? false;