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