1 write to MySortDescriptions
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
615MySortDescriptions = new SortDescriptionCollection();
8 references to MySortDescriptions
PresentationFramework (8)
src\Framework\System\Windows\Controls\ItemCollection.cs (8)
613if (MySortDescriptions == null) 619CloneList(MySortDescriptions, _collectionView.SortDescriptions); 622((INotifyCollectionChanged)MySortDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(SortDescriptionsChanged); 624return MySortDescriptions; 1762SortDescriptionCollection source = (IsSortingSet) ? MySortDescriptions : _collectionView.SortDescriptions; 1763SortDescriptionCollection target = (IsSortingSet) ? _collectionView.SortDescriptions : MySortDescriptions; 2022SynchronizeCollections<SortDescription>(e, MySortDescriptions, _collectionView.SortDescriptions); 2038SynchronizeCollections<SortDescription>(e, _collectionView.SortDescriptions, MySortDescriptions);