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