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