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