4 writes to _current
PresentationFramework (4)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (4)
1544
_current
= _containerEnumerator.Current;
1566
_current
= item;
1572
_current
= null;
1606
_current
= null;
1 reference to _current
PresentationFramework (1)
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (1)
1598
return
_current
;