5 references to CollectionChanged
PresentationFramework (5)
System\Windows\Data\CollectionView.cs (5)
744
get { return
CollectionChanged
!= null || PropertyChanged != null ||
776
CollectionChanged
+= value;
780
CollectionChanged
-= value;
914
if (
CollectionChanged
!= null)
915
CollectionChanged
(this, args);