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