8 references to Clear
System.Drawing (2)
commonui\System\Drawing\Bitmap.cs (2)
328g.Clear(Color.Transparent); 587graphics.Clear(Color.Transparent);
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ButtonInternal\CheckBoxBaseAdapter.cs (1)
260offscreen.Clear(Color.Transparent);
winforms\Managed\System\WinForms\ControlPaint.cs (2)
1281g2.Clear(Color.Transparent); 1364g2.Clear(Color.Transparent);
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (1)
1437offscreen.Clear(Color.Transparent);
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (1)
717e.Graphics.Clear(ColorTable.ToolStripContentPanelGradientEnd);
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (1)
692e.Graphics.Clear(e.BackColor);