6 references to OnCollectionChanged
PresentationCore (6)
System\Windows\FreezableCollection.cs (6)
191OnCollectionChanged(NotifyCollectionChangedAction.Reset, 0, null, 0, null); 235OnCollectionChanged(NotifyCollectionChangedAction.Add, 0, null, index, value); 270OnCollectionChanged(NotifyCollectionChangedAction.Remove, index, oldValue, 0, null); 294OnCollectionChanged(NotifyCollectionChangedAction.Remove, index, oldValue, 0, null); 360OnCollectionChanged(NotifyCollectionChangedAction.Replace, index, oldValue, index, value); 714OnCollectionChanged(NotifyCollectionChangedAction.Add, 0, null, index-1, value);