2 writes to _customSort
PresentationFramework (2)
src\Framework\System\Windows\Data\ListCollectionView.cs (2)
477_customSort = value; 2952_customSort = null;
2 references to _customSort
PresentationFramework (2)
src\Framework\System\Windows\Data\ListCollectionView.cs (2)
470get { return _customSort; } 2910ActiveComparer = ListCollectionView.PrepareComparer(_customSort, _sort, () => { return this; });