4 references to OnCollectionChanged
PresentationFramework (4)
System\Windows\Controls\MultipleCopiesCollection.cs (4)
194OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move, CopiedItem, newIndex, oldIndex)); 216OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Replace, newItem, oldItem, index)); 424OnCollectionChanged(new NotifyCollectionChangedEventArgs(action, item, index)); 432OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));