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