10 references to DrawBackground
System.Windows.Forms (10)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (1)
1098
DataGridViewButtonRenderer.
DrawBackground
(g, bounds, Rectangle.Truncate(g.ClipBounds));
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
1796
CheckBoxRenderer.
DrawBackground
(g, bounds, Rectangle.Truncate(g.ClipBounds));
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (3)
1254
VisualStyleRenderer.
DrawBackground
(g, bounds, cornerClip);
1257
VisualStyleRenderer.
DrawBackground
(g, bounds, cornerClip);
1260
VisualStyleRenderer.
DrawBackground
(g, bounds, rectClip);
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
1195
VisualStyleRenderer.
DrawBackground
(g, bounds, Rectangle.Truncate(g.ClipBounds));
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (1)
463
VisualStyleRenderer.
DrawBackground
(g, bounds, Rectangle.Truncate(g.ClipBounds));
winforms\Managed\System\WinForms\GroupBoxRenderer.cs (3)
214
visualStyleRenderer.
DrawBackground
(g, boxBounds, clipLeft);
215
visualStyleRenderer.
DrawBackground
(g, boxBounds, clipMiddle);
216
visualStyleRenderer.
DrawBackground
(g, boxBounds, clipRight);