1 implementation of SortDescriptions
PresentationFramework (1)
src\Framework\System\Windows\Data\CollectionView.cs (1)
270public virtual SortDescriptionCollection SortDescriptions
6 references to SortDescriptions
PresentationFramework (5)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
135get { return ProxiedView.SortDescriptions; }
src\Framework\MS\Internal\Data\LiveShapingList.cs (2)
121SortDescriptionCollection sdc = ((ICollectionView)View).SortDescriptions; 265SortDescriptionCollection sdc = ((ICollectionView)View).SortDescriptions;
src\Framework\System\Windows\Data\CollectionViewSource.cs (2)
997view.SortDescriptions.Clear(); 1000view.SortDescriptions.Add(SortDescriptions[i]);
WindowsBase (1)
Base\System\ComponentModel\ICollectionView.cs (1)
114/// Re-create the view, using any <seealso cref="SortDescriptions"/>.