2 writes to IsSortingSet
PresentationFramework (2)
System\Windows\Controls\ItemCollection.cs (2)
1993IsSortingSet = true; // most recent change came from ItemCollection 2008IsSortingSet = false; // most recent change came from inner collection view
2 references to IsSortingSet
PresentationFramework (2)
System\Windows\Controls\ItemCollection.cs (2)
1731SortDescriptionCollection source = (IsSortingSet) ? MySortDescriptions : _collectionView.SortDescriptions; 1732SortDescriptionCollection target = (IsSortingSet) ? _collectionView.SortDescriptions : MySortDescriptions;