2 writes to State
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellPaintingEventArgs.cs (2)
39State = cellState; 192State = cellState;
4 references to State
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellPaintingEventArgs.cs (3)
98State, 133State, 162State,
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellPaintingEventArgsTests.cs (1)
31Assert.Equal(cellState, e.State);