3 references to True
System.Drawing.Common (3)
System\Drawing\Printing\TriState.cs (3)
22public bool IsTrue => this == True; 38public static implicit operator TriState(bool value) => value ? True : False; 41value.IsDefault ? throw new InvalidCastException(SR.TriStateCompareError) : value == True;