3 writes to Value
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\CaseKeyBox.ViewModel.cs (3)
122this.Value = ((ModelItem)this.Value).GetCurrentValue(); 144this.Value = Activator.CreateInstance(this.ValueType); 236this.Value = result;
7 references to Value
System.Activities.Core.Presentation (7)
System\Activities\Core\Presentation\CaseKeyBox.ViewModel.cs (7)
119if (this.Value is ModelItem) 122this.Value = ((ModelItem)this.Value).GetCurrentValue(); 142if (this.Value == null) 147if (this.Value == null) 151else if ((this.ValueType == typeof(string)) && string.Equals(this.Value, String.Empty)) 161this.Text = converter.ConvertToString(this.Value); 165this.Text = this.Value.ToString();