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