4 writes to _current
PresentationFramework (4)
MS\Internal\Data\CompositeCollectionView.cs (4)
1509
_current
= _containerEnumerator.Current;
1531
_current
= item;
1537
_current
= null;
1571
_current
= null;
1 reference to _current
PresentationFramework (1)
MS\Internal\Data\CompositeCollectionView.cs (1)
1563
return
_current
;