7 references to Black
System.Windows.Forms (6)
System\Windows\Forms\Printing\PrintPreviewControl.cs (2)
686
g.DrawRectangle(Pens.
Black
, box);
700
g.DrawRectangle(Pens.
Black
, box);
System\Windows\Forms\Rendering\ControlPaint.cs (4)
1310
Pen pen = Pens.
Black
;
1516
? s_grabPenPrimary ??= Pens.
Black
1712
Pen pen = primary ? Pens.White : Pens.
Black
;
1718
pen = primary ? Pens.
Black
: Pens.White;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\GdiPlus\GdiPlusCache.cs (1)
108
KnownColor.Black => Pens.
Black
,