3 references to MediumPurple
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
966
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
MediumPurple
);
System\Windows\Media\Knowncolors.cs (2)
609
if (colorUpper.Equals("MEDIUMPURPLE")) return KnownColor.
MediumPurple
;
1643
return Color.FromUInt32((uint)KnownColor.
MediumPurple
);