3 references to MediumVioletRed
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1023return KnownColors.SolidColorBrushFromUint((uint)KnownColor.MediumVioletRed);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
662if (colorUpper.Equals("MEDIUMVIOLETRED")) return KnownColor.MediumVioletRed; 1702return Color.FromUInt32((uint)KnownColor.MediumVioletRed);