4 references to OnCollectionChanged
PresentationFramework (4)
System\Windows\Controls\MultipleCopiesCollection.cs (4)
197OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move, CopiedItem, newIndex, oldIndex)); 219OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Replace, newItem, oldItem, index)); 427OnCollectionChanged(new NotifyCollectionChangedEventArgs(action, item, index)); 435OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));