9 references to IsSharedCellReadOnly
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1140
if (!
IsSharedCellReadOnly
(dataGridViewCell, _ptCurrentCell.Y))
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (8)
2586
if (
IsSharedCellReadOnly
(dataGridViewCell, _ptCurrentCell.Y) || !ColumnEditable(_ptCurrentCell.X))
2619
if (
IsSharedCellReadOnly
(dataGridViewCell, _ptCurrentCell.Y) || !ColumnEditable(_ptCurrentCell.X))
10616
if (!dataGridViewCell.OwningColumn.ReadOnly &&
IsSharedCellReadOnly
(dataGridViewCell, rowIndex))
21500
||
IsSharedCellReadOnly
(CurrentCellInternal, _ptCurrentCell.Y)
21504
&& !
IsSharedCellReadOnly
(CurrentCellInternal, _ptCurrentCell.Y)
21879
&& !
IsSharedCellReadOnly
(dataGridViewCell, _ptCurrentCell.Y)
25265
if (!
IsSharedCellReadOnly
(dataGridViewCell, _ptCurrentCell.Y)
27465
if (
IsSharedCellReadOnly
(dataGridViewRow.Cells[columnIndex], rowIndex) != readOnly)