4 references to RebeccaPurple
System.Drawing.Primitives (4)
System\Drawing\Color.cs (2)
256public static Color RebeccaPurple => new Color(KnownColor.RebeccaPurple); 473color <= 0 || color > KnownColor.RebeccaPurple ? FromName(color.ToString()) : new Color(color);
System\Drawing\KnownColorNames.cs (1)
199Debug.Assert(color > 0 && color <= KnownColor.RebeccaPurple);
System\Drawing\KnownColorTable.cs (1)
495Debug.Assert(color > 0 && color <= KnownColor.RebeccaPurple);