4 references to OnCollectionChanged
PresentationFramework (4)
src\Framework\System\Windows\Controls\MultipleCopiesCollection.cs (4)
198OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move, CopiedItem, newIndex, oldIndex)); 220OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Replace, newItem, oldItem, index)); 438OnCollectionChanged(new NotifyCollectionChangedEventArgs(action, item, index)); 446OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));