4 references to Chocolate
System.Drawing.Common (2)
System\Drawing\Brushes.cs (1)
168
public static Brush Chocolate => GetBrush(s_chocolateKey, Color.
Chocolate
);
System\Drawing\Pens.cs (1)
168
public static Pen Chocolate => GetPen(s_chocolateKey, Color.
Chocolate
);
System.Drawing.Common.Tests (2)
System\Drawing\BrushesTests.cs (1)
25
yield return Brush(() => Brushes.Chocolate, Color.
Chocolate
);
System\Drawing\PensTests.cs (1)
27
yield return Pen(() => Pens.Chocolate, Color.
Chocolate
);