3 references to Indigo
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
658return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Indigo);
System\Windows\Media\Knowncolors.cs (2)
374if (colorUpper.Equals("INDIGO")) return KnownColor.Indigo; 1335return Color.FromUInt32((uint)KnownColor.Indigo);