8 references to CollectionChanged
PresentationFramework (8)
System\Windows\Data\CompositeCollection.cs (8)
395CollectionChanged += value; 399CollectionChanged -= value; 501if (CollectionChanged != null) 503CollectionChanged(this, new NotifyCollectionChangedEventArgs(action)); 510if (CollectionChanged != null) 512CollectionChanged(this, new NotifyCollectionChangedEventArgs(action, item, index)); 519if (CollectionChanged != null) 521CollectionChanged(this, new NotifyCollectionChangedEventArgs(action, newItem, oldItem, index));