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