5 references to OnForwardedCollectionChanged
PresentationFramework (5)
System\Windows\Data\CollectionViewSource.cs (5)
40
((INotifyCollectionChanged)_sort).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);
43
((INotifyCollectionChanged)_groupBy).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);
354
((INotifyCollectionChanged)_liveSortingProperties).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);
475
((INotifyCollectionChanged)_liveFilteringProperties).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);
596
((INotifyCollectionChanged)_liveGroupingProperties).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);