1 write to bounds
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DrawListViewSubItemEventArgs.cs (1)
45this.bounds = bounds;
3 references to bounds
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DrawListViewSubItemEventArgs.cs (3)
89return bounds; 173Graphics.FillRectangle(backBrush, bounds); 219Rectangle newBounds = Rectangle.Inflate(bounds, -padding, 0);