6 references to CollectionChanged
PresentationCore (6)
System\Windows\FreezableCollection.cs (6)
566CollectionChanged += value; 570CollectionChanged -= value; 589if (CollectionChanged != null) 593CollectionChanged(this, e); 746if (PrivatePropertyChanged == null && CollectionChanged == null) 763if (CollectionChanged != null)