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