7 references to White
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
8244
e.Graphics.FillRectangle(Brushes.
White
, rectangle);
System\Windows\Forms\Rendering\ControlPaint.cs (2)
1309
Brush brush = Brushes.
White
;
1520
? enabled ? (s_grabBrushPrimary ??= Brushes.
White
) : SystemBrushes.Control
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ControlDesigner.cs (3)
2286
e.Graphics.FillRectangle(Brushes.
White
, clientRectangle);
2299
e.Graphics.FillRectangle(Brushes.
White
, imageRect);
2306
e.Graphics.FillRectangle(Brushes.
White
, textRect);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\GdiPlus\GdiPlusCache.cs (1)
86
KnownColor.White => Brushes.
White
,