5 references to CollectionChanged
PresentationFramework (5)
System\Windows\Data\CollectionView.cs (5)
744get { return CollectionChanged != null || PropertyChanged != null || 776CollectionChanged += value; 780CollectionChanged -= value; 914if (CollectionChanged != null) 915CollectionChanged(this, args);