5 references to PropertyChanged
PresentationFramework (5)
System\Windows\Data\CollectionView.cs (5)
744
get { return CollectionChanged != null ||
PropertyChanged
!= null ||
795
PropertyChanged
+= value;
799
PropertyChanged
-= value;
808
if (
PropertyChanged
!= null)
810
PropertyChanged
(this, e);