9 references to IsSharedCellReadOnly
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1141if (!IsSharedCellReadOnly(dataGridViewCell, _ptCurrentCell.Y))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (8)
2630if (IsSharedCellReadOnly(dataGridViewCell, _ptCurrentCell.Y) || !ColumnEditable(_ptCurrentCell.X)) 2663if (IsSharedCellReadOnly(dataGridViewCell, _ptCurrentCell.Y) || !ColumnEditable(_ptCurrentCell.X)) 10670if (!dataGridViewCell.OwningColumn.ReadOnly && IsSharedCellReadOnly(dataGridViewCell, rowIndex)) 21568|| IsSharedCellReadOnly(CurrentCellInternal, _ptCurrentCell.Y) 21572&& !IsSharedCellReadOnly(CurrentCellInternal, _ptCurrentCell.Y) 21947&& !IsSharedCellReadOnly(dataGridViewCell, _ptCurrentCell.Y) 25346if (!IsSharedCellReadOnly(dataGridViewCell, _ptCurrentCell.Y) 27546if (IsSharedCellReadOnly(dataGridViewRow.Cells[columnIndex], rowIndex) != readOnly)