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