1 write to _count
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
250_count += _regions[i].Size;
2 references to _count
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
262if (_current < _count) 290get { return (_current >= 0) && (_current < _count); }