6 references to GroupDescriptions
PresentationFramework (6)
MS\Internal\Data\CollectionViewGroupRoot.cs (2)
467if (result == null && level < GroupDescriptions.Count) 469result = GroupDescriptions[level];
System\Windows\Data\BindingListCollectionView.cs (2)
50((INotifyCollectionChanged)_group.GroupDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(OnGroupByChanged); 343get { return _group.GroupDescriptions; }
System\Windows\Data\ListCollectionView.cs (2)
71((INotifyCollectionChanged)_group.GroupDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(OnGroupByChanged); 246get { return _group.GroupDescriptions; }