1 write to valuePropertyChanged
System.Activities (1)
System\Activities\Variable.cs (1)
589
this.
valuePropertyChanged
= new PropertyChangedEventHandler(this.NotifyValuePropertyChanged);
2 references to valuePropertyChanged
System.Activities (2)
System\Activities\Variable.cs (2)
587
if (this.
valuePropertyChanged
== null)
591
return this.
valuePropertyChanged
;