3 references to SetReadOnlyCellCore
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
608this.DataGridView.SetReadOnlyCellCore(this.ColumnIndex, this.RowIndex, value); // this may trigger a call to set_ReadOnlyInternal
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
25765SetReadOnlyCellCore(dataGridViewCell.ColumnIndex, dataGridViewCell.RowIndex, false); 25782SetReadOnlyCellCore(dataGridViewCell.ColumnIndex, rowIndex, false);