4 references to HotPink
System.Drawing.Common (2)
System\Drawing\Brushes.cs (1)
211public static Brush HotPink => GetBrush(s_hotPinkKey, Color.HotPink);
System\Drawing\Pens.cs (1)
211public static Pen HotPink => GetPen(s_hotPinkKey, Color.HotPink);
System.Drawing.Common.Tests (2)
System\Drawing\BrushesTests.cs (1)
64yield return Brush(() => Brushes.HotPink, Color.HotPink);
System\Drawing\PensTests.cs (1)
66yield return Pen(() => Pens.HotPink, Color.HotPink);