1 write to valueCollectionChanged
System.Activities (1)
System\Activities\Variable.cs (1)
577this.valueCollectionChanged = new NotifyCollectionChangedEventHandler(this.NotifyValueCollectionChanged);
2 references to valueCollectionChanged
System.Activities (2)
System\Activities\Variable.cs (2)
575if (this.valueCollectionChanged == null) 579return this.valueCollectionChanged;