9 references to IsSharedCellReadOnly
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridView.cs (1)
1485if (!IsSharedCellReadOnly(dataGridViewCell, this.ptCurrentCell.Y))
winforms\Managed\System\WinForms\DataGridViewMethods.cs (8)
2622if (IsSharedCellReadOnly(dataGridViewCell, this.ptCurrentCell.Y) || 2655if (IsSharedCellReadOnly(dataGridViewCell, this.ptCurrentCell.Y) || 10787if (!dataGridViewCell.OwningColumn.ReadOnly && IsSharedCellReadOnly(dataGridViewCell, rowIndex)) 21958(IsSharedCellReadOnly(this.CurrentCellInternal, this.ptCurrentCell.Y) || !ColumnEditable(this.ptCurrentCell.X))); 21960!IsSharedCellReadOnly(this.CurrentCellInternal, this.ptCurrentCell.Y) && 22315!IsSharedCellReadOnly(dataGridViewCell, this.ptCurrentCell.Y) && 25445if (!IsSharedCellReadOnly(dataGridViewCell, this.ptCurrentCell.Y) && 27493if (IsSharedCellReadOnly(dataGridViewRow.Cells[columnIndex], rowIndex) != readOnly)