5 references to CollectionChanged
PresentationFramework (5)
System\Windows\Data\CollectionView.cs (5)
748get { return CollectionChanged != null || PropertyChanged != null || 780CollectionChanged += value; 784CollectionChanged -= value; 918if (CollectionChanged != null) 919CollectionChanged(this, args);