3 references to Tomato
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1489return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Tomato);
System\Windows\Media\Knowncolors.cs (2)
430return KnownColor.Tomato; 2315return Color.FromUInt32((uint)KnownColor.Tomato);