Implemented interface member:
property
GroupDescriptions
System.ComponentModel.ICollectionView.GroupDescriptions
5 overrides of GroupDescriptions
PresentationFramework (5)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
159public override ObservableCollection<GroupDescription> GroupDescriptions
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
171public override ObservableCollection<GroupDescription> GroupDescriptions
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
693public override ObservableCollection<GroupDescription> GroupDescriptions
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
353public override ObservableCollection<GroupDescription> GroupDescriptions
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
258public override ObservableCollection<GroupDescription> GroupDescriptions
7 references to GroupDescriptions
PresentationFramework (7)
src\Framework\System\Windows\Controls\ItemCollection.cs (7)
705CloneList(MyGroupDescriptions, _collectionView.GroupDescriptions); 1782ObservableCollection<GroupDescription> source = (IsGroupingSet) ? MyGroupDescriptions : _collectionView.GroupDescriptions; 1783ObservableCollection<GroupDescription> target = (IsGroupingSet) ? _collectionView.GroupDescriptions : MyGroupDescriptions; 1822ObservableCollection<GroupDescription> group = view.GroupDescriptions; 1864ObservableCollection<GroupDescription> group = view.GroupDescriptions; 2055SynchronizeCollections<GroupDescription>(e, MyGroupDescriptions, _collectionView.GroupDescriptions); 2071SynchronizeCollections<GroupDescription>(e, _collectionView.GroupDescriptions, MyGroupDescriptions);