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