5 references to IsSharedCellSelected
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
1575
if (this.DataGridView.
IsSharedCellSelected
(this, rowIndex))
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
12501
IsSharedCellSelected
(this.Rows.SharedRow(hti.row).Cells[hti.col], hti.row) &&
12633
(this.Columns[hti.col].Selected ||
IsSharedCellSelected
(this.Rows.SharedRow(hti.row).Cells[hti.col], hti.row)) &&
12813
IsSharedCellSelected
(this.Rows.SharedRow(hti.row).Cells[hti.col], hti.row)) &&
27646
if (
IsSharedCellSelected
(dataGridViewRow.Cells[columnIndex], rowIndex) != selected)