1 write to textBox
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierDesigner.xaml.cs (1)
71
this.
textBox
= value;
4 references to textBox
System.Data (4)
cdf\src\NetFx40\Tools\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);