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