4 writes to _current
PresentationFramework (4)
MS\Internal\Data\CompositeCollectionView.cs (4)
1518
_current
= _containerEnumerator.Current;
1540
_current
= item;
1546
_current
= null;
1580
_current
= null;
1 reference to _current
PresentationFramework (1)
MS\Internal\Data\CompositeCollectionView.cs (1)
1572
return
_current
;