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