6 references to FillRectangles
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (1)
75 g.FillRectangles(SystemBrushes.ControlLight, shadowRects);
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (3)
470g.FillRectangles(b, shadowRects); 478g.FillRectangles(b, shadowRects); 1196g.FillRectangles(b, paintRects);
winforms\Managed\System\WinForms\ToolStripRenderer.cs (2)
1048g.FillRectangles(SystemBrushes.ButtonHighlight, whiteRectangles); 1049g.FillRectangles(SystemBrushes.ButtonShadow, greyRectangles);