5 references to OnForwardedCollectionChanged
PresentationFramework (5)
System\Windows\Data\CollectionViewSource.cs (5)
41
((INotifyCollectionChanged)_sort).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);
44
((INotifyCollectionChanged)_groupBy).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);
355
((INotifyCollectionChanged)_liveSortingProperties).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);
476
((INotifyCollectionChanged)_liveFilteringProperties).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);
597
((INotifyCollectionChanged)_liveGroupingProperties).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);