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