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