1 write to graphics
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DrawListViewColumnHeaderEventArgs.cs (1)
43
this.
graphics
= graphics;
9 references to graphics
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DrawListViewColumnHeaderEventArgs.cs (9)
73
return
graphics
;
155
vsr.DrawBackground(
graphics
, bounds);
159
graphics
.FillRectangle(backBrush, bounds);
171
graphics
.DrawRectangle(SystemPens.ControlDarkDark, r);
178
graphics
.DrawLine(SystemPens.ControlLightLight, r.X, r.Y, r.Right, r.Y);
179
graphics
.DrawLine(SystemPens.ControlLightLight, r.X, r.Y, r.X, r.Bottom);
183
graphics
.DrawLine(SystemPens.ControlDark, r.X + 1, r.Bottom, r.Right, r.Bottom);
184
graphics
.DrawLine(SystemPens.ControlDark, r.Right, r.Y + 1, r.Right, r.Bottom);
215
TextRenderer.DrawText(
graphics
, text, font, newBounds, foreColor, flags);