6 references to GroupDescriptions
PresentationFramework (6)
MS\Internal\Data\CollectionViewGroupRoot.cs (2)
470if (result == null && level < GroupDescriptions.Count) 472result = GroupDescriptions[level];
System\Windows\Data\BindingListCollectionView.cs (2)
55((INotifyCollectionChanged)_group.GroupDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(OnGroupByChanged); 348get { return _group.GroupDescriptions; }
System\Windows\Data\ListCollectionView.cs (2)
77((INotifyCollectionChanged)_group.GroupDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(OnGroupByChanged); 252get { return _group.GroupDescriptions; }