4 references to RemoveAllCellsAtBand
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
17681this.dataGridViewState2[DATAGRIDVIEWSTATE2_raiseSelectionChanged] |= this.individualSelectedCells.RemoveAllCellsAtBand(true /*column*/, columnIndex) > 0 || 17683this.individualReadOnlyCells.RemoveAllCellsAtBand(true /*column*/, columnIndex); 17810this.dataGridViewState2[DATAGRIDVIEWSTATE2_raiseSelectionChanged] |= this.individualSelectedCells.RemoveAllCellsAtBand(false /*column*/, rowIndexDeleted) > 0 || 17812this.individualReadOnlyCells.RemoveAllCellsAtBand(false /*column*/, rowIndexDeleted);