1 write to Bounds
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\DrawListViewSubItemEventArgs.cs (1)
37
Bounds
= bounds;
3 references to Bounds
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\DrawListViewSubItemEventArgs.cs (2)
98
Graphics.FillRectangle(backBrush,
Bounds
);
141
Rectangle newBounds = Rectangle.Inflate(
Bounds
, -padding, 0);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DrawListViewSubItemEventArgsTests.cs (1)
28
Assert.Equal(bounds, e.
Bounds
);