7 writes to Text
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (7)
301
this.
Text
= this.expressionEditorInstance.GetCommittedText();
524
this.
Text
= TypeToPromptTextConverter.GetPromptText(this.ExpressionType);
884
this.
Text
= this.DefaultValue;
968
this.
Text
= newExpressionText;
1239
this.
Text
= string.Empty;
1257
this.
Text
= expressionString;
1264
this.
Text
= string.Empty;
15 references to Text
System.Data (15)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (15)
300
this.previousText = this.
Text
;
326
if (ShouldGenerateExpression(this.previousText, this.
Text
))
537
this.expressionEditorInstance = this.expressionEditorService.CreateExpressionEditor(assemblies, importedNamespaces, declaredVariables, this.
Text
, this.ExpressionType, new Size(this.blockWidth, this.blockHeight));
541
this.expressionEditorInstance = this.expressionEditorService.CreateExpressionEditor(assemblies, importedNamespaces, declaredVariables, this.
Text
, new Size(this.blockWidth, this.blockHeight));
734
textBox.expressionEditorInstance.Text = textBox.
Text
;
867
if (this.
Text
!= null)
875
if (this.
Text
.Length == 0 &&
882
if (this.
Text
.Length == 0)
967
this.previousText = this.
Text
;
986
valueExpression = VisualBasicEditor.CreateExpressionFromString(expReturnType, this.
Text
, UseLocationExpression, validationContext.ParserContext);
990
this.ExpressionText = this.
Text
;
1240
this.previousText = this.
Text
;
1259
this.previousText = this.
Text
;
1388
string currentText = this.
Text
;
1934
this.ExpressionText = etb.
Text
;