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