3 references to IsSharedCellVisible
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1780Debug.Assert(IsSharedCellVisible(dataGridViewCell, _ptCurrentCell.Y));
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
26772&& !IsSharedCellVisible(Rows.SharedRow(rowIndex).Cells[columnIndex], rowIndex))
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
2482Debug.Assert(dgv.IsSharedCellVisible(this, rowIndex));