1 write to _group
PresentationFramework (1)
MS\Internal\Data\CollectionViewGroupInternal.cs (1)
782_group = group;
6 references to _group
PresentationFramework (6)
MS\Internal\Data\CollectionViewGroupInternal.cs (6)
793_version = _group._version; 801if (_group._version != _version) 809if (_index >= _group.Items.Count) 812CollectionViewGroupInternal subgroup = _group.Items[_index] as CollectionViewGroupInternal; 816_current = _group.Items[_index]; 837if (_index < 0 || _index >= _group.Items.Count)