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