3 references to Tomato
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1494return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Tomato);
System\Windows\Media\Knowncolors.cs (2)
392if (colorUpper.Equals("TOMATO")) return KnownColor.Tomato; 2171return Color.FromUInt32((uint)KnownColor.Tomato);