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