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