4 references to StateNameValid
System.Drawing (4)
commonui\System\Drawing\Color.cs (4)
1445return ((state & StateNameValid) != 0) || IsKnownColor; 1483if ((state & StateNameValid) != 0) { 1613return new Color(NotDefinedValue, StateNameValid, name, (KnownColor)0); 1749if ((state & StateNameValid) != 0) {