1 write to MyGroupDescriptions
PresentationFramework (1)
System\Windows\Controls\ItemCollection.cs (1)
677MyGroupDescriptions = new ObservableCollection<GroupDescription>();
8 references to MyGroupDescriptions
PresentationFramework (8)
System\Windows\Controls\ItemCollection.cs (8)
675if (MyGroupDescriptions == null) 681CloneList(MyGroupDescriptions, _collectionView.GroupDescriptions); 684((INotifyCollectionChanged)MyGroupDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(GroupDescriptionsChanged); 686return MyGroupDescriptions; 1752ObservableCollection<GroupDescription> source = (IsGroupingSet) ? MyGroupDescriptions : _collectionView.GroupDescriptions; 1753ObservableCollection<GroupDescription> target = (IsGroupingSet) ? _collectionView.GroupDescriptions : MyGroupDescriptions; 2023SynchronizeCollections<GroupDescription>(e, MyGroupDescriptions, _collectionView.GroupDescriptions); 2039SynchronizeCollections<GroupDescription>(e, _collectionView.GroupDescriptions, MyGroupDescriptions);