3 references to SeaShell
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1364return KnownColors.SolidColorBrushFromUint((uint)KnownColor.SeaShell);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
459if (colorUpper.Equals("SEASHELL")) return KnownColor.SeaShell; 2043return Color.FromUInt32((uint)KnownColor.SeaShell);