6 references to OnCollectionChanged
PresentationCore (6)
System\Windows\FreezableCollection.cs (6)
164OnCollectionChanged(NotifyCollectionChangedAction.Reset, 0, null, 0, null); 208OnCollectionChanged(NotifyCollectionChangedAction.Add, 0, null, index, value); 243OnCollectionChanged(NotifyCollectionChangedAction.Remove, index, oldValue, 0, null); 267OnCollectionChanged(NotifyCollectionChangedAction.Remove, index, oldValue, 0, null); 333OnCollectionChanged(NotifyCollectionChangedAction.Replace, index, oldValue, index, value); 687OnCollectionChanged(NotifyCollectionChangedAction.Add, 0, null, index-1, value);