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