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)
750
return KnownColor.
LightSeaGreen
;
1643
return Color.FromUInt32((uint)KnownColor.
LightSeaGreen
);