3 references to Indigo
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
660return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Indigo);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
378if (colorUpper.Equals("INDIGO")) return KnownColor.Indigo; 1339return Color.FromUInt32((uint)KnownColor.Indigo);