3 references to LightSeaGreen
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
817
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
LightSeaGreen
);
System\Windows\Media\Knowncolors.cs (2)
741
return KnownColor.
LightSeaGreen
;
1642
return Color.FromUInt32((uint)KnownColor.
LightSeaGreen
);