2 references to SortDescriptionsChanged
WindowsBase (2)
Base\System\ComponentModel\GroupDescription.cs (2)
212
((INotifyCollectionChanged)_sort).CollectionChanged -= new NotifyCollectionChangedEventHandler(
SortDescriptionsChanged
);
222
((INotifyCollectionChanged)_sort).CollectionChanged += new NotifyCollectionChangedEventHandler(
SortDescriptionsChanged
);