1 write to MyGroupDescriptions
PresentationFramework (1)
System\Windows\Controls\ItemCollection.cs (1)
690MyGroupDescriptions = new ObservableCollection<GroupDescription>();
8 references to MyGroupDescriptions
PresentationFramework (8)
System\Windows\Controls\ItemCollection.cs (8)
688if (MyGroupDescriptions == null) 694CloneList(MyGroupDescriptions, _collectionView.GroupDescriptions); 697((INotifyCollectionChanged)MyGroupDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(GroupDescriptionsChanged); 699return MyGroupDescriptions; 1771ObservableCollection<GroupDescription> source = (IsGroupingSet) ? MyGroupDescriptions : _collectionView.GroupDescriptions; 1772ObservableCollection<GroupDescription> target = (IsGroupingSet) ? _collectionView.GroupDescriptions : MyGroupDescriptions; 2047SynchronizeCollections<GroupDescription>(e, MyGroupDescriptions, _collectionView.GroupDescriptions); 2063SynchronizeCollections<GroupDescription>(e, _collectionView.GroupDescriptions, MyGroupDescriptions);