3 references to DATAGRIDVIEWSTATE2_replacedCellReadOnly
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
17822
if (this.dataGridViewState2[
DATAGRIDVIEWSTATE2_replacedCellReadOnly
])
17864
this.dataGridViewState2[
DATAGRIDVIEWSTATE2_replacedCellReadOnly
] = this.individualReadOnlyCells.Contains(dataGridViewCell);
17865
if (this.dataGridViewState2[
DATAGRIDVIEWSTATE2_replacedCellReadOnly
])