5 references to OnForwardedCollectionChanged
PresentationFramework (5)
src\Framework\System\Windows\Data\CollectionViewSource.cs (5)
43
((INotifyCollectionChanged)_sort).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);
46
((INotifyCollectionChanged)_groupBy).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);
357
((INotifyCollectionChanged)_liveSortingProperties).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);
478
((INotifyCollectionChanged)_liveFilteringProperties).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);
599
((INotifyCollectionChanged)_liveGroupingProperties).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);