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