1 write to Graphics
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\DrawListViewSubItemEventArgs.cs (1)
26
Graphics
= graphics.OrThrowIfNull();
4 references to Graphics
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\DrawListViewSubItemEventArgs.cs (3)
98
Graphics
.FillRectangle(backBrush, Bounds);
113
ControlPaint.DrawFocusRectangle(
Graphics
, Rectangle.Inflate(bounds, -1, -1), Item.ForeColor, Item.BackColor);
143
TextRenderer.DrawText(
Graphics
, text, font, newBounds, color, flags);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DrawListViewSubItemEventArgsTests.cs (1)
27
Assert.Same(graphics, e.
Graphics
);