2 writes to IsSortingSet
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemCollection.cs (2)
2026IsSortingSet = true; // most recent change came from ItemCollection 2041IsSortingSet = false; // most recent change came from inner collection view
2 references to IsSortingSet
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemCollection.cs (2)
1762SortDescriptionCollection source = (IsSortingSet) ? MySortDescriptions : _collectionView.SortDescriptions; 1763SortDescriptionCollection target = (IsSortingSet) ? _collectionView.SortDescriptions : MySortDescriptions;