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