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