6 references to GroupDescriptions
PresentationFramework (6)
MS\Internal\Data\CollectionViewGroupRoot.cs (2)
466if (result == null && level < GroupDescriptions.Count) 468result = GroupDescriptions[level];
System\Windows\Data\BindingListCollectionView.cs (2)
49((INotifyCollectionChanged)_group.GroupDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(OnGroupByChanged); 342get { return _group.GroupDescriptions; }
System\Windows\Data\ListCollectionView.cs (2)
70((INotifyCollectionChanged)_group.GroupDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(OnGroupByChanged); 245get { return _group.GroupDescriptions; }