2 writes to CellBounds
System.Windows.Forms (2)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutCellPaintEventArgs.cs (2)
22CellBounds = cellBounds; 35CellBounds = cellBounds;
1 reference to CellBounds
System.Windows.Forms.Tests (1)
System\Windows\Forms\TableLayoutCellPaintEventArgsTests.cs (1)
29Assert.Equal(cellBounds, e.CellBounds);