2 writes to CellBounds
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellPaintingEventArgs.cs (2)
36CellBounds = cellBounds; 189CellBounds = cellBounds;
4 references to CellBounds
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellPaintingEventArgs.cs (3)
96CellBounds, 131CellBounds, 160CellBounds,
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellPaintingEventArgsTests.cs (1)
28Assert.Equal(cellBounds, e.CellBounds);