7 references to Coral
DesignSurface (3)
MainForm.cs (3)
160
l1.BackColor = Color.
Coral
;
190
b1.BackColor = Color.
Coral
;
192
l1.BackColor = Color.
Coral
;
System.Drawing.Common (2)
System\Drawing\Brushes.cs (1)
169
public static Brush Coral => GetBrush(s_coralKey, Color.
Coral
);
System\Drawing\Pens.cs (1)
169
public static Pen Coral => GetPen(s_coralKey, Color.
Coral
);
System.Drawing.Common.Tests (2)
System\Drawing\BrushesTests.cs (1)
26
yield return Brush(() => Brushes.Coral, Color.
Coral
);
System\Drawing\PensTests.cs (1)
28
yield return Pen(() => Pens.Coral, Color.
Coral
);