3 references to StateNameValid
System.Drawing.Primitives (3)
System\Drawing\Color.cs (3)
376public bool IsNamedColor => ((state & StateNameValid) != 0) || IsKnownColor; 393if ((state & StateNameValid) != 0) 482return new Color(NotDefinedValue, StateNameValid, name, (KnownColor)0);