6 references to CollectionChanged
PresentationCore (6)
Core\CSharp\System\Windows\FreezableCollection.cs (6)
585CollectionChanged += value; 589CollectionChanged -= value; 608if (CollectionChanged != null) 612CollectionChanged(this, e); 768if (PrivatePropertyChanged == null && CollectionChanged == null) 785if (CollectionChanged != null)