1 write to MyGroupDescriptions
PresentationFramework (1)
System\Windows\Controls\ItemCollection.cs (1)
681MyGroupDescriptions = new ObservableCollection<GroupDescription>();
8 references to MyGroupDescriptions
PresentationFramework (8)
System\Windows\Controls\ItemCollection.cs (8)
679if (MyGroupDescriptions == null) 685CloneList(MyGroupDescriptions, _collectionView.GroupDescriptions); 688((INotifyCollectionChanged)MyGroupDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(GroupDescriptionsChanged); 690return MyGroupDescriptions; 1762ObservableCollection<GroupDescription> source = (IsGroupingSet) ? MyGroupDescriptions : _collectionView.GroupDescriptions; 1763ObservableCollection<GroupDescription> target = (IsGroupingSet) ? _collectionView.GroupDescriptions : MyGroupDescriptions; 2038SynchronizeCollections<GroupDescription>(e, MyGroupDescriptions, _collectionView.GroupDescriptions); 2054SynchronizeCollections<GroupDescription>(e, _collectionView.GroupDescriptions, MyGroupDescriptions);