5 references to PropertyChanged
PresentationFramework (5)
System\Windows\Data\CollectionView.cs (5)
752
get { return CollectionChanged != null ||
PropertyChanged
!= null ||
803
PropertyChanged
+= value;
807
PropertyChanged
-= value;
816
if (
PropertyChanged
!= null)
818
PropertyChanged
(this, e);