5 references to OnForwardedCollectionChanged
PresentationFramework (5)
System\Windows\Data\CollectionViewSource.cs (5)
39
((INotifyCollectionChanged)_sort).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);
42
((INotifyCollectionChanged)_groupBy).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);
353
((INotifyCollectionChanged)_liveSortingProperties).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);
474
((INotifyCollectionChanged)_liveFilteringProperties).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);
595
((INotifyCollectionChanged)_liveGroupingProperties).CollectionChanged += new NotifyCollectionChangedEventHandler(
OnForwardedCollectionChanged
);