9 references to IsSharedCellReadOnly
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1136
if (!
IsSharedCellReadOnly
(dataGridViewCell, _ptCurrentCell.Y))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (8)
2585
if (
IsSharedCellReadOnly
(dataGridViewCell, _ptCurrentCell.Y) || !ColumnEditable(_ptCurrentCell.X))
2618
if (
IsSharedCellReadOnly
(dataGridViewCell, _ptCurrentCell.Y) || !ColumnEditable(_ptCurrentCell.X))
10614
if (!dataGridViewCell.OwningColumn.ReadOnly &&
IsSharedCellReadOnly
(dataGridViewCell, rowIndex))
21506
||
IsSharedCellReadOnly
(CurrentCellInternal, _ptCurrentCell.Y)
21510
&& !
IsSharedCellReadOnly
(CurrentCellInternal, _ptCurrentCell.Y)
21885
&& !
IsSharedCellReadOnly
(dataGridViewCell, _ptCurrentCell.Y)
25276
if (!
IsSharedCellReadOnly
(dataGridViewCell, _ptCurrentCell.Y)
27476
if (
IsSharedCellReadOnly
(dataGridViewRow.Cells[columnIndex], rowIndex) != readOnly)