9 references to IsSharedCellReadOnly
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridView.cs (1)
1485
if (!
IsSharedCellReadOnly
(dataGridViewCell, this.ptCurrentCell.Y))
winforms\Managed\System\WinForms\DataGridViewMethods.cs (8)
2622
if (
IsSharedCellReadOnly
(dataGridViewCell, this.ptCurrentCell.Y) ||
2655
if (
IsSharedCellReadOnly
(dataGridViewCell, this.ptCurrentCell.Y) ||
10787
if (!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) &&
25445
if (!
IsSharedCellReadOnly
(dataGridViewCell, this.ptCurrentCell.Y) &&
27493
if (
IsSharedCellReadOnly
(dataGridViewRow.Cells[columnIndex], rowIndex) != readOnly)