2 references to SortDescriptionsChanged
PresentationFramework (2)
src\Framework\System\Windows\Data\ListCollectionView.cs (2)
2931
((INotifyCollectionChanged)_sort).CollectionChanged -= new NotifyCollectionChangedEventHandler(
SortDescriptionsChanged
);
2939
((INotifyCollectionChanged)_sort).CollectionChanged += new NotifyCollectionChangedEventHandler(
SortDescriptionsChanged
);