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