2 writes to state
System.Drawing (2)
commonui\System\Drawing\Color.cs (2)
1359state = StateKnownColorValid; 1366this.state = state;
13 references to state
System.Drawing (13)
commonui\System\Drawing\Color.cs (13)
1425return((state & StateKnownColorValid) != 0); 1435return state == 0; 1445return ((state & StateNameValid) != 0) || IsKnownColor; 1483if ((state & StateNameValid) != 0) { 1510if ((state & StateValueMask) != 0) { 1749if ((state & StateNameValid) != 0) { 1752else if ((state & StateKnownColorValid) != 0) { 1755else if ((state & StateValueMask) != 0) { 1784&& left.state == right.state 1822&& state == right.state 1845state.GetHashCode() ^