3 references to ContainedCollectionChanged
PresentationFramework (3)
MS\Internal\Data\CompositeCollectionView.cs (1)
47
_collection.
ContainedCollectionChanged
+= new NotifyCollectionChangedEventHandler(OnContainedCollectionChanged);
System\Windows\Data\CompositeCollection.cs (2)
452
if (
ContainedCollectionChanged
!= null)
453
ContainedCollectionChanged
(sender, e);