6 references to FillRectangle
System.Drawing.Common.Tests (3)
mono\System.Drawing\GraphicsTests.cs (1)
872g.FillRectangle(brush, 5, 5, -10, -10);
System\Drawing\Imaging\ImageAttributesTests.cs (2)
132graphicsSmallBitmap.FillRectangle(Brushes.White, 0, 0, 100, 100); 134graphicsBigBitmap.FillRectangle(Brushes.White, 0, 0, 200, 100);
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1280graphics.FillRectangle(brush, bounds.Left + 1, bounds.Top + 1, bounds.Width - 2, bounds.Height - 2);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.PanelHeaderLine.cs (1)
102g.FillRectangle(b, 1, 1, lineWidth - 2, lineHeight - 1);
System\Windows\Forms\Design\DesignerUtils.cs (1)
122g.FillRectangle(new SolidBrush(SystemColors.InactiveBorder), 0, 0, s_boxImageSize, s_boxImageSize);