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