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