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