5 references to CollectionChanged
PresentationFramework (5)
System\Windows\Data\CollectionView.cs (5)
752get { return CollectionChanged != null || PropertyChanged != null || 784CollectionChanged += value; 788CollectionChanged -= value; 922if (CollectionChanged != null) 923CollectionChanged(this, args);