5 references to CollectionChanged
PresentationFramework (5)
System\Windows\Data\CollectionView.cs (5)
745get { return CollectionChanged != null || PropertyChanged != null || 777CollectionChanged += value; 781CollectionChanged -= value; 915if (CollectionChanged != null) 916CollectionChanged(this, args);