3 references to SortFieldComparer
PresentationFramework (3)
MS\Internal\Controls\InnerItemCollectionView.cs (1)
533SortFieldComparer.SortHelper(_viewList, new SortFieldComparer(_sort, Culture));
System\Windows\Data\BindingListCollectionView.cs (1)
1338ActiveComparer = new SortFieldComparer(_sort, Culture);
System\Windows\Data\ListCollectionView.cs (1)
2464return new SortFieldComparer(sort, view.Culture);