11 references to RemoveRegion
PresentationFramework (11)
src\Framework\System\Windows\Controls\DataGrid.cs (8)
2193
_selectedCells.
RemoveRegion
(newItemIndex, 0, 1, Columns.Count);
2231
_selectedCells.
RemoveRegion
(newItemIndex + 1, 0, 1, Columns.Count);
3717
_selectedCells.
RemoveRegion
(newItemIndex, 0, 1, Columns.Count);
4689
_selectedCells.
RemoveRegion
(rowIndex, 0, 1, columnCount);
4949
_selectedCells.
RemoveRegion
(removeRangeStartIndex, 0, removeRangeEndIndex - removeRangeStartIndex + 1, Columns.Count);
5102
_selectedCells.
RemoveRegion
(previousStartIndex, previousStartColumnIndex, previousRowCount, previousColumnCount);
5160
_selectedCells.
RemoveRegion
(_editingRowInfo.Index, cellInfoColumnIndex, 1, 1);
5236
_selectedCells.
RemoveRegion
(itemIndex, 0, 1, numColumns);
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (3)
358
RemoveRegion
(rowIndex, columnIndex, 1, 1);
1382
c2.
RemoveRegion
(region.Top, region.Left, region.Height, region.Width);
1390
c1.
RemoveRegion
(region.Top, region.Left, region.Height, region.Width);