3 references to SeaGreen
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1353return KnownColors.SolidColorBrushFromUint((uint)KnownColor.SeaGreen);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
458if (colorUpper.Equals("SEAGREEN")) return KnownColor.SeaGreen; 2032return Color.FromUInt32((uint)KnownColor.SeaGreen);