2 writes to propertyChanged
System.Activities (2)
System\Activities\Variable.cs (2)
471
this.
propertyChanged
+= value;
485
this.
propertyChanged
-= value;
2 references to propertyChanged
System.Activities (2)
System\Activities\Variable.cs (2)
615
PropertyChangedEventHandler handler = this.
propertyChanged
;
624
PropertyChangedEventHandler handler = this.
propertyChanged
;