4 references to Empty
PresentationFramework (4)
src\Framework\System\Windows\Controls\ItemCollection.cs (2)
1817if (sort != null && sort != SortDescriptionCollection.Empty) 1859if (sort != null && sort != SortDescriptionCollection.Empty)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
261return SortDescriptionCollection.Empty;
src\Framework\System\Windows\Data\CollectionView.cs (1)
272get { return SortDescriptionCollection.Empty; }