1 write to MyGroupDescriptions
PresentationFramework (1)
System\Windows\Controls\ItemCollection.cs (1)
676MyGroupDescriptions = new ObservableCollection<GroupDescription>();
8 references to MyGroupDescriptions
PresentationFramework (8)
System\Windows\Controls\ItemCollection.cs (8)
674if (MyGroupDescriptions == null) 680CloneList(MyGroupDescriptions, _collectionView.GroupDescriptions); 683((INotifyCollectionChanged)MyGroupDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(GroupDescriptionsChanged); 685return MyGroupDescriptions; 1751ObservableCollection<GroupDescription> source = (IsGroupingSet) ? MyGroupDescriptions : _collectionView.GroupDescriptions; 1752ObservableCollection<GroupDescription> target = (IsGroupingSet) ? _collectionView.GroupDescriptions : MyGroupDescriptions; 2022SynchronizeCollections<GroupDescription>(e, MyGroupDescriptions, _collectionView.GroupDescriptions); 2038SynchronizeCollections<GroupDescription>(e, _collectionView.GroupDescriptions, MyGroupDescriptions);