5 references to CollectionChanged
PresentationFramework (5)
src\Framework\System\Windows\Data\CollectionView.cs (5)
761
get { return
CollectionChanged
!= null || PropertyChanged != null ||
793
CollectionChanged
+= value;
797
CollectionChanged
-= value;
932
if (
CollectionChanged
!= null)
933
CollectionChanged
(this, args);