2 writes to _index
PresentationFramework (2)
MS\Internal\Data\CollectionViewGroupInternal.cs (2)
794_index = -1; 808++_index;
5 references to _index
PresentationFramework (5)
MS\Internal\Data\CollectionViewGroupInternal.cs (5)
809if (_index >= _group.Items.Count) 812CollectionViewGroupInternal subgroup = _group.Items[_index] as CollectionViewGroupInternal; 816_current = _group.Items[_index]; 837if (_index < 0 || _index >= _group.Items.Count)