1 write to MyGroupDescriptions
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
701MyGroupDescriptions = new ObservableCollection<GroupDescription>();
8 references to MyGroupDescriptions
PresentationFramework (8)
src\Framework\System\Windows\Controls\ItemCollection.cs (8)
699if (MyGroupDescriptions == null) 705CloneList(MyGroupDescriptions, _collectionView.GroupDescriptions); 708((INotifyCollectionChanged)MyGroupDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(GroupDescriptionsChanged); 710return MyGroupDescriptions; 1782ObservableCollection<GroupDescription> source = (IsGroupingSet) ? MyGroupDescriptions : _collectionView.GroupDescriptions; 1783ObservableCollection<GroupDescription> target = (IsGroupingSet) ? _collectionView.GroupDescriptions : MyGroupDescriptions; 2055SynchronizeCollections<GroupDescription>(e, MyGroupDescriptions, _collectionView.GroupDescriptions); 2071SynchronizeCollections<GroupDescription>(e, _collectionView.GroupDescriptions, MyGroupDescriptions);