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