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