3 references to LightSeaGreen
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
823
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
LightSeaGreen
);
System\Windows\Media\Knowncolors.cs (2)
624
if (colorUpper.Equals("LIGHTSEAGREEN")) return KnownColor.
LightSeaGreen
;
1500
return Color.FromUInt32((uint)KnownColor.
LightSeaGreen
);