1 write to _regions
PresentationFramework (1)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
236_regions = new List<CellRegion>(regions);
4 references to _regions
PresentationFramework (4)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
240if (_regions != null) 242int numRegions = _regions.Count; 245_count += _regions[i].Size; 276return _collection.GetCellInfoFromIndex(_owner, _regions, _current);