Implemented interface member:
event
CollectionChanged
System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged
4 references to CollectionChanged
PresentationFramework (4)
src\Framework\System\Windows\Documents\DocumentReferenceCollection.cs (2)
169if (CollectionChanged != null) 174CollectionChanged(this, args);
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
696_references.CollectionChanged += new NotifyCollectionChangedEventHandler(_OnCollectionChanged);
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
553_parent.References.CollectionChanged += new NotifyCollectionChangedEventHandler(_OnContentChanged);