1 write to Cell
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStateChangedEventArgs.cs (1)
10
Cell
= dataGridViewCell.OrThrowIfNull();
6 references to Cell
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
12800
DataGridViewCell dataGridViewCell = e.
Cell
;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (2)
320
Debug.Assert(e.
Cell
== _sampleDataGridView.Rows[0].Cells[0], "the sample data grid view has only one cell");
322
if ((e.StateChanged & DataGridViewElementStates.Selected) != 0 && (e.
Cell
.State & DataGridViewElementStates.Selected) != 0)
System.Windows.Forms.Tests (3)
System\Windows\Forms\DataGridViewCellStateChangedEventArgsTests.cs (1)
16
Assert.Equal(cell, e.
Cell
);
System\Windows\Forms\DataGridViewCellTests.cs (2)
1928
Assert.Same(cell, e.
Cell
);
2211
Assert.Same(cell, e.
Cell
);