2 references to SortDescriptionsChanged
PresentationFramework (2)
System\Windows\Data\ListCollectionView.cs (2)
2890((INotifyCollectionChanged)_sort).CollectionChanged -= new NotifyCollectionChangedEventHandler(SortDescriptionsChanged); 2898((INotifyCollectionChanged)_sort).CollectionChanged += new NotifyCollectionChangedEventHandler(SortDescriptionsChanged);