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