1 write to importsHintText
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
77this.importsHintText = (string)this.FindResource("importsHintText");
3 references to importsHintText
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (3)
128this.textBox.Text = this.importsHintText; 146if (inputTextBox.Text == this.importsHintText) 156inputTextBox.Text = this.importsHintText;