1 reference to OnItemsSortDescriptionsChanged
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
92
((INotifyCollectionChanged)Items.SortDescriptions).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnItemsSortDescriptionsChanged
);