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