2 writes to _current
PresentationFramework (2)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (2)
821
_current
= _group.Items[_index];
834
_current
= _subEnum.Current;
1 reference to _current
PresentationFramework (1)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (1)
844
return
_current
;