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