1 write to lastInput
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
377
this.
lastInput
= this.textBox.Text.Trim();
5 references to lastInput
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (5)
367
if (string.IsNullOrEmpty(this.
lastInput
))
370
return value.ToString().StartsWith(this.
lastInput
, StringComparison.OrdinalIgnoreCase);
391
if (this.
lastInput
.Length > 0)
408
this.textBox.Text = this.
lastInput
;
604
this.textBox.Text =
lastInput
;