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