5 references to White
System.Drawing.Common.Tests (1)
System\Drawing\PensTests.cs (1)
149
yield return Pen(() => Pens.
White
, Color.White);
System.Windows.Forms (3)
System\Windows\Forms\Rendering\ControlPaint.cs (3)
1489
: s_grabPenSecondary ??= Pens.
White
;
1687
Pen pen = primary ? Pens.
White
: Pens.Black;
1693
pen = primary ? Pens.Black : Pens.
White
;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\GdiPlus\GdiPlusCache.cs (1)
109
KnownColor.White => Pens.
White
,