Implemented interface member:
5 overrides of GroupDescriptions
PresentationFramework (5)
MS\Internal\Data\CollectionViewProxy.cs (1)
156public override ObservableCollection<GroupDescription> GroupDescriptions
MS\Internal\Data\EnumerableCollectionView.cs (1)
168public override ObservableCollection<GroupDescription> GroupDescriptions
System\Windows\Controls\ItemCollection.cs (1)
682public override ObservableCollection<GroupDescription> GroupDescriptions
System\Windows\Data\BindingListCollectionView.cs (1)
346public override ObservableCollection<GroupDescription> GroupDescriptions
System\Windows\Data\ListCollectionView.cs (1)
250public override ObservableCollection<GroupDescription> GroupDescriptions
7 references to GroupDescriptions
PresentationFramework (7)
System\Windows\Controls\ItemCollection.cs (7)
694CloneList(MyGroupDescriptions, _collectionView.GroupDescriptions); 1771ObservableCollection<GroupDescription> source = (IsGroupingSet) ? MyGroupDescriptions : _collectionView.GroupDescriptions; 1772ObservableCollection<GroupDescription> target = (IsGroupingSet) ? _collectionView.GroupDescriptions : MyGroupDescriptions; 1811ObservableCollection<GroupDescription> group = view.GroupDescriptions; 1853ObservableCollection<GroupDescription> group = view.GroupDescriptions; 2047SynchronizeCollections<GroupDescription>(e, MyGroupDescriptions, _collectionView.GroupDescriptions); 2063SynchronizeCollections<GroupDescription>(e, _collectionView.GroupDescriptions, MyGroupDescriptions);