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