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