5 references to IsSharedCellSelected
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
12544&& IsSharedCellSelected(Rows.SharedRow(hti._row).Cells[hti._col], hti._row) 12699&& (Columns[hti._col].Selected || IsSharedCellSelected(Rows.SharedRow(hti._row).Cells[hti._col], hti._row)) 12905|| IsSharedCellSelected(Rows.SharedRow(hti._row).Cells[hti._col], hti._row)) 28105if (IsSharedCellSelected(dataGridViewRow.Cells[columnIndex], rowIndex) != selected)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1325if (DataGridView.IsSharedCellSelected(this, rowIndex))