Implemented interface member:
5 overrides of GroupDescriptions
PresentationFramework (5)
MS\Internal\Data\CollectionViewProxy.cs (1)
154
public override ObservableCollection<GroupDescription>
GroupDescriptions
MS\Internal\Data\EnumerableCollectionView.cs (1)
164
public override ObservableCollection<GroupDescription>
GroupDescriptions
System\Windows\Controls\ItemCollection.cs (1)
670
public override ObservableCollection<GroupDescription>
GroupDescriptions
System\Windows\Data\BindingListCollectionView.cs (1)
341
public override ObservableCollection<GroupDescription>
GroupDescriptions
System\Windows\Data\ListCollectionView.cs (1)
244
public override ObservableCollection<GroupDescription>
GroupDescriptions
7 references to GroupDescriptions
PresentationFramework (7)
System\Windows\Controls\ItemCollection.cs (7)
682
CloneList(MyGroupDescriptions, _collectionView.
GroupDescriptions
);
1753
ObservableCollection<GroupDescription> source = (IsGroupingSet) ? MyGroupDescriptions : _collectionView.
GroupDescriptions
;
1754
ObservableCollection<GroupDescription> target = (IsGroupingSet) ? _collectionView.
GroupDescriptions
: MyGroupDescriptions;
1793
ObservableCollection<GroupDescription> group = view.
GroupDescriptions
;
1835
ObservableCollection<GroupDescription> group = view.
GroupDescriptions
;
2024
SynchronizeCollections<GroupDescription>(e, MyGroupDescriptions, _collectionView.
GroupDescriptions
);
2040
SynchronizeCollections<GroupDescription>(e, _collectionView.
GroupDescriptions
, MyGroupDescriptions);