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