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