2 writes to _current
PresentationFramework (2)
MS\Internal\Data\CollectionViewGroupInternal.cs (2)
818
_current
= _group.Items[_index];
831
_current
= _subEnum.Current;
1 reference to _current
PresentationFramework (1)
MS\Internal\Data\CollectionViewGroupInternal.cs (1)
841
return
_current
;