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