3 references to IsSharedCellVisible
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (1)
2254
Debug.Assert(this.
IsSharedCellVisible
(dataGridViewCell, this.ptCurrentCell.Y));
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
2741
Debug.Assert(dgv.
IsSharedCellVisible
(this, rowIndex));
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
26845
!
IsSharedCellVisible
(this.Rows.SharedRow(rowIndex).Cells[columnIndex], rowIndex))