53 references to DrawBackground
System.Windows.Forms (51)
System\Windows\Forms\Controls\Buttons\ButtonRenderer.cs (4)
74
t_visualStyleRenderer.
DrawBackground
(deviceContext, bounds);
151
t_visualStyleRenderer.
DrawBackground
(g, bounds);
180
t_visualStyleRenderer.
DrawBackground
(g, bounds);
252
t_visualStyleRenderer.
DrawBackground
(deviceContext, bounds);
System\Windows\Forms\Controls\Buttons\CheckBoxRenderer.cs (2)
130
t_visualStyleRenderer.
DrawBackground
(g, glyphBounds);
201
t_visualStyleRenderer.
DrawBackground
(g, glyphBounds);
System\Windows\Forms\Controls\Buttons\RadioButtonRenderer.cs (2)
138
t_visualStyleRenderer.
DrawBackground
(g, glyphBounds);
230
t_visualStyleRenderer.
DrawBackground
(g, glyphBounds);
System\Windows\Forms\Controls\ComboBox\ComboBoxRenderer.cs (1)
28
t_visualStyleRenderer!.
DrawBackground
(g, bounds);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.DataGridViewComboBoxCellRenderer.cs (3)
52
t_visualStyleRenderer.
DrawBackground
(g, bounds);
66
t_visualStyleRenderer.
DrawBackground
(g, bounds);
73
t_visualStyleRenderer.
DrawBackground
(g, bounds);
System\Windows\Forms\Controls\GroupBox\GroupBoxRenderer.cs (1)
160
t_visualStyleRenderer.
DrawBackground
(g, bounds);
System\Windows\Forms\Controls\ListView\DrawListViewColumnHeaderEventArgs.cs (1)
91
vsr.
DrawBackground
(Graphics, Bounds);
System\Windows\Forms\Controls\ProgressBar\ProgressBarRenderer.cs (4)
31
t_visualStyleRenderer.
DrawBackground
(g, bounds);
41
t_visualStyleRenderer.
DrawBackground
(g, bounds);
51
t_visualStyleRenderer.
DrawBackground
(g, bounds);
61
t_visualStyleRenderer.
DrawBackground
(g, bounds);
System\Windows\Forms\Controls\TabControl\TabRenderer.cs (6)
31
t_visualStyleRenderer.
DrawBackground
(g, bounds);
41
t_visualStyleRenderer.
DrawBackground
(g, bounds);
75
t_visualStyleRenderer.
DrawBackground
(g, bounds);
95
t_visualStyleRenderer.
DrawBackground
(g, bounds);
125
t_visualStyleRenderer.
DrawBackground
(g, bounds);
148
t_visualStyleRenderer.
DrawBackground
(deviceContext, bounds);
System\Windows\Forms\Controls\TextBox\TextBoxRenderer.cs (1)
27
t_visualStyleRenderer!.
DrawBackground
(g, bounds);
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemRenderer.cs (8)
222
vsRenderer.
DrawBackground
(g, bounds);
298
vsRenderer.
DrawBackground
(g, bounds);
388
vsRenderer.
DrawBackground
(g, new Rectangle(Point.Empty, item.Size));
555
vsRenderer.
DrawBackground
(g, splitButtonBounds);
561
vsRenderer.
DrawBackground
(g, splitButton.DropDownButtonBounds);
656
vsRenderer.
DrawBackground
(g, new Rectangle(Point.Empty, item.Size));
700
vsRenderer.
DrawBackground
(g, bounds);
776
vsRenderer.
DrawBackground
(e.Graphics, new Rectangle(0, 0, e.ToolStrip.Width - 1, e.ToolStrip.Height - 1));
System\Windows\Forms\Controls\TrackBar\TrackBarRenderer.cs (8)
32
t_visualStyleRenderer.
DrawBackground
(g, bounds);
42
t_visualStyleRenderer.
DrawBackground
(g, bounds);
52
t_visualStyleRenderer.
DrawBackground
(g, bounds);
62
t_visualStyleRenderer.
DrawBackground
(g, bounds);
72
t_visualStyleRenderer.
DrawBackground
(g, bounds);
82
t_visualStyleRenderer.
DrawBackground
(g, bounds);
92
t_visualStyleRenderer.
DrawBackground
(g, bounds);
102
t_visualStyleRenderer.
DrawBackground
(g, bounds);
System\Windows\Forms\Scrolling\ScrollBarRenderer.cs (10)
31
t_visualStyleRenderer.
DrawBackground
(g, bounds);
41
t_visualStyleRenderer.
DrawBackground
(g, bounds);
51
t_visualStyleRenderer.
DrawBackground
(g, bounds);
61
t_visualStyleRenderer.
DrawBackground
(g, bounds);
71
t_visualStyleRenderer.
DrawBackground
(g, bounds);
81
t_visualStyleRenderer.
DrawBackground
(g, bounds);
91
t_visualStyleRenderer.
DrawBackground
(g, bounds);
101
t_visualStyleRenderer.
DrawBackground
(g, bounds);
111
t_visualStyleRenderer.
DrawBackground
(g, bounds);
121
t_visualStyleRenderer.
DrawBackground
(g, bounds);
System.Windows.Forms.Tests (2)
System\Windows\Forms\VisualStyles\VisualStyleRendererTests.cs (2)
138
renderer.
DrawBackground
(graphics, bounds);
180
Assert.Throws<ArgumentNullException>("dc", () => renderer.
DrawBackground
(null, new Rectangle(1, 2, 3, 4)));