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