2 references to StateARGBValueValid
System.Drawing.Primitives (2)
System\Drawing\Color.cs (2)
320private const short StateValueMask = StateARGBValueValid; 441private static Color FromArgb(uint argb) => new Color(argb, StateARGBValueValid, null, (KnownColor)0);