2 references to SortDescriptionsChanged
PresentationFramework (2)
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (2)
746
((INotifyCollectionChanged)_sort).CollectionChanged -= new NotifyCollectionChangedEventHandler(
SortDescriptionsChanged
);
754
((INotifyCollectionChanged)_sort).CollectionChanged += new NotifyCollectionChangedEventHandler(
SortDescriptionsChanged
);