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