1 write to bounds
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DrawListViewItemEventArgs.cs (1)
40this.bounds = bounds;
4 references to bounds
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DrawListViewItemEventArgs.cs (4)
91return bounds; 127Graphics.FillRectangle(backBrush, bounds); 140Rectangle focusBounds = bounds; 160TextRenderer.DrawText(graphics, item.Text, item.Font, UpdateBounds(bounds, true /*drawText*/), item.ForeColor, flags);