4 references to OnCollectionChanged
PresentationFramework (4)
System\Windows\Controls\MultipleCopiesCollection.cs (4)
193
OnCollectionChanged
(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Move, CopiedItem, newIndex, oldIndex));
215
OnCollectionChanged
(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Replace, newItem, oldItem, index));
423
OnCollectionChanged
(new NotifyCollectionChangedEventArgs(action, item, index));
431
OnCollectionChanged
(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));