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