1 write to textBox
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (1)
71
this.
textBox
= value;
4 references to textBox
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (4)
65
return this.
textBox
;
69
if (value != this.
textBox
)
152
if (null != this.
textBox
)
154
var binding = this.
textBox
.GetBindingExpression(TextBox.TextProperty);