1 write to graphics
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DrawListViewItemEventArgs.cs (1)
38
this.
graphics
= graphics;
3 references to graphics
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DrawListViewItemEventArgs.cs (3)
67
return
graphics
;
141
ControlPaint.DrawFocusRectangle(
graphics
, UpdateBounds(focusBounds, false /*drawText*/), item.ForeColor, item.BackColor);
160
TextRenderer.DrawText(
graphics
, item.Text, item.Font, UpdateBounds(bounds, true /*drawText*/), item.ForeColor, flags);