8 references to CollectionChanged
PresentationFramework (8)
System\Windows\Data\CompositeCollection.cs (8)
405CollectionChanged += value; 409CollectionChanged -= value; 511if (CollectionChanged != null) 513CollectionChanged(this, new NotifyCollectionChangedEventArgs(action)); 520if (CollectionChanged != null) 522CollectionChanged(this, new NotifyCollectionChangedEventArgs(action, item, index)); 529if (CollectionChanged != null) 531CollectionChanged(this, new NotifyCollectionChangedEventArgs(action, newItem, oldItem, index));