8 references to DrawBackground
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ButtonRenderer.cs (1)
120visualStyleRenderer.DrawBackground(g, bounds, handle);
winforms\Managed\System\WinForms\CheckBoxRenderer.cs (1)
109visualStyleRenderer.DrawBackground(g, glyphBounds, hWnd);
winforms\Managed\System\WinForms\ComboBoxRenderer.cs (1)
174visualStyleRenderer.DrawBackground(g, bounds, handle);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2027explorerTreeRenderer.DrawBackground(g, outline, handle);
winforms\Managed\System\WinForms\RadioButtonRenderer.cs (1)
108visualStyleRenderer.DrawBackground(g, glyphBounds, hWnd);
winforms\Managed\System\WinForms\UpDownBase.cs (2)
1706vsr.DrawBackground(e.Graphics, new Rectangle(0, 0, parent.defaultButtonsWidth, half_height), HandleInternal); 1718vsr.DrawBackground(e.Graphics, new Rectangle(0, half_height, parent.defaultButtonsWidth, half_height), HandleInternal);
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (1)
276DrawBackground(dc, bounds, IntPtr.Zero);