Implemented interface member:
5 overrides of GroupDescriptions
PresentationFramework (5)
MS\Internal\Data\CollectionViewProxy.cs (1)
154public override ObservableCollection<GroupDescription> GroupDescriptions
MS\Internal\Data\EnumerableCollectionView.cs (1)
164public override ObservableCollection<GroupDescription> GroupDescriptions
System\Windows\Controls\ItemCollection.cs (1)
673public override ObservableCollection<GroupDescription> GroupDescriptions
System\Windows\Data\BindingListCollectionView.cs (1)
341public override ObservableCollection<GroupDescription> GroupDescriptions
System\Windows\Data\ListCollectionView.cs (1)
244public override ObservableCollection<GroupDescription> GroupDescriptions
7 references to GroupDescriptions
PresentationFramework (7)
System\Windows\Controls\ItemCollection.cs (7)
685CloneList(MyGroupDescriptions, _collectionView.GroupDescriptions); 1762ObservableCollection<GroupDescription> source = (IsGroupingSet) ? MyGroupDescriptions : _collectionView.GroupDescriptions; 1763ObservableCollection<GroupDescription> target = (IsGroupingSet) ? _collectionView.GroupDescriptions : MyGroupDescriptions; 1802ObservableCollection<GroupDescription> group = view.GroupDescriptions; 1844ObservableCollection<GroupDescription> group = view.GroupDescriptions; 2038SynchronizeCollections<GroupDescription>(e, MyGroupDescriptions, _collectionView.GroupDescriptions); 2054SynchronizeCollections<GroupDescription>(e, _collectionView.GroupDescriptions, MyGroupDescriptions);