Implemented interface member:
5 overrides of GroupDescriptions
PresentationFramework (5)
MS\Internal\Data\CollectionViewProxy.cs (1)
153public override ObservableCollection<GroupDescription> GroupDescriptions
MS\Internal\Data\EnumerableCollectionView.cs (1)
163public override ObservableCollection<GroupDescription> GroupDescriptions
System\Windows\Controls\ItemCollection.cs (1)
669public override ObservableCollection<GroupDescription> GroupDescriptions
System\Windows\Data\BindingListCollectionView.cs (1)
340public override ObservableCollection<GroupDescription> GroupDescriptions
System\Windows\Data\ListCollectionView.cs (1)
243public override ObservableCollection<GroupDescription> GroupDescriptions
7 references to GroupDescriptions
PresentationFramework (7)
System\Windows\Controls\ItemCollection.cs (7)
681CloneList(MyGroupDescriptions, _collectionView.GroupDescriptions); 1752ObservableCollection<GroupDescription> source = (IsGroupingSet) ? MyGroupDescriptions : _collectionView.GroupDescriptions; 1753ObservableCollection<GroupDescription> target = (IsGroupingSet) ? _collectionView.GroupDescriptions : MyGroupDescriptions; 1792ObservableCollection<GroupDescription> group = view.GroupDescriptions; 1834ObservableCollection<GroupDescription> group = view.GroupDescriptions; 2023SynchronizeCollections<GroupDescription>(e, MyGroupDescriptions, _collectionView.GroupDescriptions); 2039SynchronizeCollections<GroupDescription>(e, _collectionView.GroupDescriptions, MyGroupDescriptions);