2 writes to ActiveComparer
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (2)
1350ActiveComparer = new SortFieldComparer(_sort, Culture); 1362ActiveComparer = null;
2 references to ActiveComparer
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (2)
1472_shadowList = lsList = new LiveShapingList(this, GetLiveShapingFlags(), ActiveComparer); 2266IComparer comparer = ActiveComparer;