1 write to _group
PresentationFramework (1)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (1)
787_group = group;
6 references to _group
PresentationFramework (6)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (6)
798_version = _group._version; 806if (_group._version != _version) 814if (_index >= _group.Items.Count) 817CollectionViewGroupInternal subgroup = _group.Items[_index] as CollectionViewGroupInternal; 821_current = _group.Items[_index]; 842if (_index < 0 || _index >= _group.Items.Count)