6 references to OnCollectionChanged
PresentationCore (6)
Core\CSharp\System\Windows\FreezableCollection.cs (6)
199OnCollectionChanged(NotifyCollectionChangedAction.Reset, 0, null, 0, null); 243OnCollectionChanged(NotifyCollectionChangedAction.Add, 0, null, index, value); 278OnCollectionChanged(NotifyCollectionChangedAction.Remove, index, oldValue, 0, null); 302OnCollectionChanged(NotifyCollectionChangedAction.Remove, index, oldValue, 0, null); 369OnCollectionChanged(NotifyCollectionChangedAction.Replace, index, oldValue, index, value); 736OnCollectionChanged(NotifyCollectionChangedAction.Add, 0, null, index-1, value);