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