1 write to _value
System.Drawing.Common (1)
System\Drawing\Printing\TriState.cs (1)
14
private TriState(byte value) =>
_value
= value;
3 references to _value
System.Drawing.Common (3)
System\Drawing\Printing\TriState.cs (3)
34
public bool Equals(TriState other) =>
_value
== other.
_value
;
36
public override int GetHashCode() =>
_value
;