3 references to Teal
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1474return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Teal);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
332if (colorUpper.Equals("TEAL")) return KnownColor.Teal; 2153return Color.FromUInt32((uint)KnownColor.Teal);