3 references to SeaGreen
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1351return KnownColors.SolidColorBrushFromUint((uint)KnownColor.SeaGreen);
System\Windows\Media\Knowncolors.cs (2)
454if (colorUpper.Equals("SEAGREEN")) return KnownColor.SeaGreen; 2028return Color.FromUInt32((uint)KnownColor.SeaGreen);