3 references to IndianRed
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
647
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
IndianRed
);
System\Windows\Media\Knowncolors.cs (2)
484
if (colorUpper.Equals("INDIANRED")) return KnownColor.
IndianRed
;
1324
return Color.FromUInt32((uint)KnownColor.
IndianRed
);