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