8 references to CollectionChanged
PresentationFramework (8)
src\Framework\System\Windows\Data\CompositeCollection.cs (8)
412CollectionChanged += value; 416CollectionChanged -= value; 518if (CollectionChanged != null) 520CollectionChanged(this, new NotifyCollectionChangedEventArgs(action)); 527if (CollectionChanged != null) 529CollectionChanged(this, new NotifyCollectionChangedEventArgs(action, item, index)); 536if (CollectionChanged != null) 538CollectionChanged(this, new NotifyCollectionChangedEventArgs(action, newItem, oldItem, index));