9 references to IsSharedCellReadOnly
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1136if (!IsSharedCellReadOnly(dataGridViewCell, _ptCurrentCell.Y))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (8)
2585if (IsSharedCellReadOnly(dataGridViewCell, _ptCurrentCell.Y) || !ColumnEditable(_ptCurrentCell.X)) 2618if (IsSharedCellReadOnly(dataGridViewCell, _ptCurrentCell.Y) || !ColumnEditable(_ptCurrentCell.X)) 10611if (!dataGridViewCell.OwningColumn.ReadOnly && IsSharedCellReadOnly(dataGridViewCell, rowIndex)) 21503|| IsSharedCellReadOnly(CurrentCellInternal, _ptCurrentCell.Y) 21507&& !IsSharedCellReadOnly(CurrentCellInternal, _ptCurrentCell.Y) 21882&& !IsSharedCellReadOnly(dataGridViewCell, _ptCurrentCell.Y) 25273if (!IsSharedCellReadOnly(dataGridViewCell, _ptCurrentCell.Y) 27473if (IsSharedCellReadOnly(dataGridViewRow.Cells[columnIndex], rowIndex) != readOnly)