1 write to graphics
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DrawListViewSubItemEventArgs.cs (1)
44this.graphics = graphics;
3 references to graphics
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DrawListViewSubItemEventArgs.cs (3)
76return graphics; 185ControlPaint.DrawFocusRectangle(graphics, Rectangle.Inflate(bounds, -1, -1), item.ForeColor, item.BackColor); 221TextRenderer.DrawText(graphics, text, font, newBounds, color, flags);