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)
673
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)
685
CloneList(MyGroupDescriptions, _collectionView.
GroupDescriptions
);
1762
ObservableCollection<GroupDescription> source = (IsGroupingSet) ? MyGroupDescriptions : _collectionView.
GroupDescriptions
;
1763
ObservableCollection<GroupDescription> target = (IsGroupingSet) ? _collectionView.
GroupDescriptions
: MyGroupDescriptions;
1802
ObservableCollection<GroupDescription> group = view.
GroupDescriptions
;
1844
ObservableCollection<GroupDescription> group = view.
GroupDescriptions
;
2038
SynchronizeCollections<GroupDescription>(e, MyGroupDescriptions, _collectionView.
GroupDescriptions
);
2054
SynchronizeCollections<GroupDescription>(e, _collectionView.
GroupDescriptions
, MyGroupDescriptions);