6 references to GroupDescriptions
PresentationFramework (6)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (2)
475if (result == null && level < GroupDescriptions.Count) 477result = GroupDescriptions[level];
src\Framework\System\Windows\Data\BindingListCollectionView.cs (2)
62((INotifyCollectionChanged)_group.GroupDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(OnGroupByChanged); 355get { return _group.GroupDescriptions; }
src\Framework\System\Windows\Data\ListCollectionView.cs (2)
84((INotifyCollectionChanged)_group.GroupDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(OnGroupByChanged); 260get { return _group.GroupDescriptions; }