1 write to individualReadOnlyCells
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridView.cs (1)
470
this.
individualReadOnlyCells
= new DataGridViewCellLinkedList();
18 references to individualReadOnlyCells
System.Windows.Forms (18)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (18)
10789
this.
individualReadOnlyCells
.Add(dataGridViewCell);
13691
this.
individualReadOnlyCells
.Clear();
17683
this.
individualReadOnlyCells
.RemoveAllCellsAtBand(true /*column*/, columnIndex);
17812
this.
individualReadOnlyCells
.RemoveAllCellsAtBand(false /*column*/, rowIndexDeleted);
17824
this.
individualReadOnlyCells
.Add(dataGridViewCell);
17864
this.dataGridViewState2[DATAGRIDVIEWSTATE2_replacedCellReadOnly] = this.
individualReadOnlyCells
.Contains(dataGridViewCell);
17867
this.
individualReadOnlyCells
.Remove(dataGridViewCell);
25760
while (cellIndex < this.
individualReadOnlyCells
.Count)
25762
DataGridViewCell dataGridViewCell = this.
individualReadOnlyCells
[cellIndex];
25777
while (cellIndex < this.
individualReadOnlyCells
.Count)
25779
DataGridViewCell dataGridViewCell = this.
individualReadOnlyCells
[cellIndex];
27501
this.
individualReadOnlyCells
.Add(dataGridViewCell);
27507
if (this.
individualReadOnlyCells
.Contains(dataGridViewCell))
27509
this.
individualReadOnlyCells
.Remove(dataGridViewCell);
27522
this.
individualReadOnlyCells
.Add(dataGridViewCellTmp);
27528
this.
individualReadOnlyCells
.Add(dataGridViewCellTmp);
27538
this.
individualReadOnlyCells
.Add(dataGridViewCellTmp);
27544
this.
individualReadOnlyCells
.Add(dataGridViewCellTmp);