1 write to bounds
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DrawListViewColumnHeaderEventArgs.cs (1)
44this.bounds = bounds;
5 references to bounds
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DrawListViewColumnHeaderEventArgs.cs (5)
84return bounds; 155vsr.DrawBackground(graphics, bounds); 159graphics.FillRectangle(backBrush, bounds); 164Rectangle r = this.bounds; 213Rectangle newBounds = Rectangle.Inflate(bounds, -padding, 0);