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