6 references to OnCollectionChanged
PresentationCore (6)
System\Windows\FreezableCollection.cs (6)
163OnCollectionChanged(NotifyCollectionChangedAction.Reset, 0, null, 0, null); 207OnCollectionChanged(NotifyCollectionChangedAction.Add, 0, null, index, value); 242OnCollectionChanged(NotifyCollectionChangedAction.Remove, index, oldValue, 0, null); 266OnCollectionChanged(NotifyCollectionChangedAction.Remove, index, oldValue, 0, null); 332OnCollectionChanged(NotifyCollectionChangedAction.Replace, index, oldValue, index, value); 686OnCollectionChanged(NotifyCollectionChangedAction.Add, 0, null, index-1, value);