4 references to SeaShell
System.Drawing.Common (2)
System\Drawing\Brushes.cs (1)
286public static Brush SeaShell => GetBrush(s_seaShellKey, Color.SeaShell);
System\Drawing\Pens.cs (1)
286public static Pen SeaShell => GetPen(s_seaShellKey, Color.SeaShell);
System.Drawing.Common.Tests (2)
System\Drawing\BrushesTests.cs (1)
130yield return Brush(() => Brushes.SeaShell, Color.SeaShell);
System\Drawing\PensTests.cs (1)
132yield return Pen(() => Pens.SeaShell, Color.SeaShell);