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