2 references to SortDescriptionsChanged
PresentationFramework (2)
MS\Internal\Controls\InnerItemCollectionView.cs (2)
742
((INotifyCollectionChanged)_sort).CollectionChanged -= new NotifyCollectionChangedEventHandler(
SortDescriptionsChanged
);
750
((INotifyCollectionChanged)_sort).CollectionChanged += new NotifyCollectionChangedEventHandler(
SortDescriptionsChanged
);