6 references to CollectionChanged
PresentationCore (6)
System\Windows\FreezableCollection.cs (6)
538CollectionChanged += value; 542CollectionChanged -= value; 561if (CollectionChanged != null) 565CollectionChanged(this, e); 718if (PrivatePropertyChanged == null && CollectionChanged == null) 735if (CollectionChanged != null)