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