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