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