5 references to PropertyChanged
PresentationFramework (5)
System\Windows\Data\CollectionView.cs (5)
748
get { return CollectionChanged != null ||
PropertyChanged
!= null ||
799
PropertyChanged
+= value;
803
PropertyChanged
-= value;
812
if (
PropertyChanged
!= null)
814
PropertyChanged
(this, e);