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