5 references to PropertyChanged
PresentationFramework (5)
System\Windows\Data\CollectionView.cs (5)
745
get { return CollectionChanged != null ||
PropertyChanged
!= null ||
796
PropertyChanged
+= value;
800
PropertyChanged
-= value;
809
if (
PropertyChanged
!= null)
811
PropertyChanged
(this, e);