3 references to DarkMagenta
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
341return KnownColors.SolidColorBrushFromUint((uint)KnownColor.DarkMagenta);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
569if (colorUpper.Equals("DARKMAGENTA")) return KnownColor.DarkMagenta; 1020return Color.FromUInt32((uint)KnownColor.DarkMagenta);