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