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