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