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