3 references to MediumVioletRed
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1021
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
MediumVioletRed
);
System\Windows\Media\Knowncolors.cs (2)
658
if (colorUpper.Equals("MEDIUMVIOLETRED")) return KnownColor.
MediumVioletRed
;
1698
return Color.FromUInt32((uint)KnownColor.
MediumVioletRed
);