3 references to MediumSeaGreen
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
977
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
MediumSeaGreen
);
System\Windows\Media\Knowncolors.cs (2)
651
if (colorUpper.Equals("MEDIUMSEAGREEN")) return KnownColor.
MediumSeaGreen
;
1654
return Color.FromUInt32((uint)KnownColor.
MediumSeaGreen
);