5 references to PropertyChanged
PresentationFramework (5)
src\Framework\System\Windows\Data\CollectionView.cs (5)
761
get { return CollectionChanged != null ||
PropertyChanged
!= null ||
812
PropertyChanged
+= value;
816
PropertyChanged
-= value;
825
if (
PropertyChanged
!= null)
827
PropertyChanged
(this, e);