1 implementation of GroupDescriptions
PresentationFramework (1)
src\Framework\System\Windows\Data\CollectionView.cs (1)
296public virtual ObservableCollection<GroupDescription> GroupDescriptions
4 references to GroupDescriptions
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
161get { return ProxiedView.GroupDescriptions; }
src\Framework\MS\Internal\Data\LiveShapingList.cs (1)
194ObservableCollection<GroupDescription> groupDescriptions = (icv != null) ? icv.GroupDescriptions : null;
src\Framework\System\Windows\Data\CollectionViewSource.cs (2)
1027view.GroupDescriptions.Clear(); 1030view.GroupDescriptions.Add(GroupDescriptions[i]);