src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (11)
620return new CellRegion(left, top, right - left + 1, bottom - top + 1);
726remainder.Add(new CellRegion(Left, Top, Width, region.Top - Top));
734remainder.Add(new CellRegion(Left, top, region.Left - Left, bottom - top + 1));
742remainder.Add(new CellRegion(region.Right + 1, top, Right - region.Right, bottom - top + 1));
748remainder.Add(new CellRegion(Left, region.Bottom + 1, Width, Bottom - region.Bottom));
766get { return new CellRegion(0, 0, 0, 0); }
841addList.Add(new CellRegion(columnIndex, rowIndex, columnCount, rowCount));
915CellRegion removeRegion = new CellRegion(columnIndex, rowIndex, columnCount, rowCount);
1501_regions.Add(new CellRegion(columnIndex, rowIndex, columnCount, rowCount));
1512CellRegion rowRegion = new CellRegion(0, rowIndex, _owner.Columns.Count, 1);
1537CellRegion rowRegion = new CellRegion(0, rowIndex, _owner.Columns.Count, 1);