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)
670public 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)
682CloneList(MyGroupDescriptions, _collectionView.GroupDescriptions); 1753ObservableCollection<GroupDescription> source = (IsGroupingSet) ? MyGroupDescriptions : _collectionView.GroupDescriptions; 1754ObservableCollection<GroupDescription> target = (IsGroupingSet) ? _collectionView.GroupDescriptions : MyGroupDescriptions; 1793ObservableCollection<GroupDescription> group = view.GroupDescriptions; 1835ObservableCollection<GroupDescription> group = view.GroupDescriptions; 2024SynchronizeCollections<GroupDescription>(e, MyGroupDescriptions, _collectionView.GroupDescriptions); 2040SynchronizeCollections<GroupDescription>(e, _collectionView.GroupDescriptions, MyGroupDescriptions);