6 references to DATAGRIDVIEWSTATE2_raiseSelectionChanged
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (6)
6806
if (this.dataGridViewState2[
DATAGRIDVIEWSTATE2_raiseSelectionChanged
])
13683
this.dataGridViewState2[
DATAGRIDVIEWSTATE2_raiseSelectionChanged
] = this.selectedBandIndexes.Count > 0 ||
15173
this.dataGridViewState2[
DATAGRIDVIEWSTATE2_raiseSelectionChanged
] = true;
17681
this.dataGridViewState2[
DATAGRIDVIEWSTATE2_raiseSelectionChanged
] |= this.individualSelectedCells.RemoveAllCellsAtBand(true /*column*/, columnIndex) > 0 ||
17810
this.dataGridViewState2[
DATAGRIDVIEWSTATE2_raiseSelectionChanged
] |= this.individualSelectedCells.RemoveAllCellsAtBand(false /*column*/, rowIndexDeleted) > 0 ||
19453
this.dataGridViewState2[
DATAGRIDVIEWSTATE2_raiseSelectionChanged
] = false;