3 writes to _current
PresentationFramework (3)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (3)
236_current = -1; 258_current++; 266_current = -1;
4 references to _current
PresentationFramework (4)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
256if (_current < _count) 275return _collection.GetCellInfoFromIndex(_owner, _regions, _current); 284get { return (_current >= 0) && (_current < _count); }