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