1 write to Bounds
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\DrawListViewSubItemEventArgs.cs (1)
37Bounds = bounds;
2 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);