1 write to MySortDescriptions
PresentationFramework (1)
System\Windows\Controls\ItemCollection.cs (1)
591MySortDescriptions = new SortDescriptionCollection();
8 references to MySortDescriptions
PresentationFramework (8)
System\Windows\Controls\ItemCollection.cs (8)
589if (MySortDescriptions == null) 595CloneList(MySortDescriptions, _collectionView.SortDescriptions); 598((INotifyCollectionChanged)MySortDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(SortDescriptionsChanged); 600return MySortDescriptions; 1732SortDescriptionCollection source = (IsSortingSet) ? MySortDescriptions : _collectionView.SortDescriptions; 1733SortDescriptionCollection target = (IsSortingSet) ? _collectionView.SortDescriptions : MySortDescriptions; 1990SynchronizeCollections<SortDescription>(e, MySortDescriptions, _collectionView.SortDescriptions); 2006SynchronizeCollections<SortDescription>(e, _collectionView.SortDescriptions, MySortDescriptions);