Implemented interface member:
event
CollectionChanged
System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged
4 references to CollectionChanged
PresentationFramework (4)
src\Framework\System\Windows\Documents\DocumentReferenceCollection.cs (2)
169
if (
CollectionChanged
!= null)
174
CollectionChanged
(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);