2 writes to _customSort
PresentationFramework (2)
System\Windows\Data\ListCollectionView.cs (2)
463_customSort = value; 2933_customSort = null;
2 references to _customSort
PresentationFramework (2)
System\Windows\Data\ListCollectionView.cs (2)
456get { return _customSort; } 2891ActiveComparer = PrepareComparer(_customSort, _sort, static state => (ListCollectionView)state, this);