2 writes to _customSort
PresentationFramework (2)
System\Windows\Data\ListCollectionView.cs (2)
469_customSort = value; 2939_customSort = null;
2 references to _customSort
PresentationFramework (2)
System\Windows\Data\ListCollectionView.cs (2)
462get { return _customSort; } 2897ActiveComparer = PrepareComparer(_customSort, _sort, static state => (ListCollectionView)state, this);