5 references to IsSharedCellSelected
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
12132
&&
IsSharedCellSelected
(Rows.SharedRow(hti._row).Cells[hti._col], hti._row)
12287
&& (Columns[hti._col].Selected ||
IsSharedCellSelected
(Rows.SharedRow(hti._row).Cells[hti._col], hti._row))
12493
||
IsSharedCellSelected
(Rows.SharedRow(hti._row).Cells[hti._col], hti._row))
27631
if (
IsSharedCellSelected
(dataGridViewRow.Cells[columnIndex], rowIndex) != selected)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1309
if (DataGridView.
IsSharedCellSelected
(this, rowIndex))