8 references to FillRectangles
System.Drawing.Common.Tests (4)
mono\System.Drawing\GraphicsTests.cs (4)
896g.FillRectangles(brush, rects); 1142Assert.Throws<ArgumentNullException>(() => g.FillRectangles(null, new Rectangle[1])); 1150Assert.Throws<ArgumentNullException>(() => g.FillRectangles(Brushes.Red, (Rectangle[])null)); 1158Assert.Throws<ArgumentException>(() => g.FillRectangles(Brushes.Red, Array.Empty<Rectangle>()));
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripHighContrastRenderer.cs (1)
80g.FillRectangles(SystemBrushes.ControlText, shadowRects);
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (3)
524g.FillRectangles(gripLightBrush, shadowRects); 532g.FillRectangles(controlTextBrush, shadowRects); 1381g.FillRectangles(brush, paintRects);