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)
240
if (
_regions
!= null)
242
int numRegions =
_regions
.Count;
245
_count +=
_regions
[i].Size;
276
return _collection.GetCellInfoFromIndex(_owner,
_regions
, _current);