1 write to Graphics
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\DrawListViewItemEventArgs.cs (1)
23
Graphics
= graphics.OrThrowIfNull();
4 references to Graphics
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\DrawListViewItemEventArgs.cs (3)
66
Graphics
.FillRectangle(backBrush, Bounds);
77
ControlPaint.DrawFocusRectangle(
Graphics
, UpdateBounds(Bounds, drawText: false), Item.ForeColor, Item.BackColor);
91
TextRenderer.DrawText(
Graphics
, Item.Text, Item.Font, UpdateBounds(Bounds, drawText: true), Item.ForeColor, flags);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DrawListViewItemEventArgsTests.cs (1)
27
Assert.Same(graphics, e.
Graphics
);