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