3 references to False
System.Drawing.Common (3)
System\Drawing\Printing\TriState.cs (3)
18public bool IsFalse => this == False; 38public static implicit operator TriState(bool value) => value ? True : False; 46this == False ? "False" :