3 references to Tomato
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1496return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Tomato);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
396if (colorUpper.Equals("TOMATO")) return KnownColor.Tomato; 2175return Color.FromUInt32((uint)KnownColor.Tomato);