1 write to Bounds
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\DrawListViewItemEventArgs.cs (1)
25Bounds = bounds;
4 references to Bounds
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)
29Assert.Equal(bounds, e.Bounds);