System\Windows\Controls\VirtualizedCellInfoCollection.cs (11)
612return new CellRegion(left, top, right - left + 1, bottom - top + 1);
718remainder.Add(new CellRegion(Left, Top, Width, region.Top - Top));
726remainder.Add(new CellRegion(Left, top, region.Left - Left, bottom - top + 1));
734remainder.Add(new CellRegion(region.Right + 1, top, Right - region.Right, bottom - top + 1));
740remainder.Add(new CellRegion(Left, region.Bottom + 1, Width, Bottom - region.Bottom));
758get { return new CellRegion(0, 0, 0, 0); }
833addList.Add(new CellRegion(columnIndex, rowIndex, columnCount, rowCount));
907CellRegion removeRegion = new CellRegion(columnIndex, rowIndex, columnCount, rowCount);
1493_regions.Add(new CellRegion(columnIndex, rowIndex, columnCount, rowCount));
1504CellRegion rowRegion = new CellRegion(0, rowIndex, _owner.Columns.Count, 1);
1529CellRegion rowRegion = new CellRegion(0, rowIndex, _owner.Columns.Count, 1);