7 writes to Text
System.Activities.Core.Presentation (7)
System\Activities\Core\Presentation\CaseKeyBox.ViewModel.cs (7)
99
this.
Text
= oldText;
133
this.
Text
= string.Empty;
149
this.
Text
= Null;
153
this.
Text
= Empty;
161
this.
Text
= converter.ConvertToString(this.Value);
165
this.
Text
= this.Value.ToString();
361
this.
Text
= string.Empty;
8 references to Text
System.Activities.Core.Presentation (8)
System\Activities\Core\Presentation\CaseKeyBox.ViewModel.cs (7)
214
this.oldText = this.
Text
;
254
if (this.
Text
.Equals(Null))
258
else if (this.
Text
.Equals(Empty))
264
result = this.
Text
;
267
else if (!this.ValueType.IsValueType && this.
Text
.Equals(Null))
281
result = converter.ConvertFromString(this.
Text
);
321
string normalizedNewText = this.
Text
;
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (1)
291
ComboBoxHelper.SynchronizeComboBoxSelection(comboBox, this.ViewModel.
Text
);