3 references to Teal
System.Drawing (3)
commonui\System\Drawing\Color.cs (1)
1228return new Color(KnownColor.Teal);
commonui\System\Drawing\KnownColorTable.cs (2)
198values[(int)KnownColor.Teal] = unchecked((int)0xFF008080); 389values[(int)KnownColor.Teal] = "Teal";