Base:
property
Value
System.Activities.Location<T>.Value
4 references to Value
System.Activities (4)
System\Activities\Variable.cs (4)
472INotifyPropertyChanged notifyPropertyChanged = this.Value as INotifyPropertyChanged; 477INotifyCollectionChanged notifyCollectionChanged = this.Value as INotifyCollectionChanged; 486INotifyPropertyChanged notifyPropertyChanged = this.Value as INotifyPropertyChanged; 491INotifyCollectionChanged notifyCollectionChanged = this.Value as INotifyCollectionChanged;