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