7 references to Coral
DemoConsole (3)
MainForm.cs (3)
188
l1.BackColor = Color.
Coral
;
218
b1.BackColor = Color.
Coral
;
220
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
);