3 writes to _current
PresentationFramework (3)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (3)
242_current = -1; 264_current++; 272_current = -1;
4 references to _current
PresentationFramework (4)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
262if (_current < _count) 281return _collection.GetCellInfoFromIndex(_owner, _regions, _current); 290get { return (_current >= 0) && (_current < _count); }