3 references to new
System.Drawing.Common (3)
System\Drawing\Printing\TriState.cs (3)
10
public static TriState Default { get; } =
new
(0);
11
public static TriState False { get; } =
new
(1);
12
public static TriState True { get; } =
new
(2);