3 writes to _current
PresentationFramework (3)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (3)
237_current = -1; 259_current++; 267_current = -1;
4 references to _current
PresentationFramework (4)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
257if (_current < _count) 276return _collection.GetCellInfoFromIndex(_owner, _regions, _current); 285get { return (_current >= 0) && (_current < _count); }