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