2 writes to lastComboboxValue
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (2)
531this.lastComboboxValue = this.typeTextBox.Text; 656this.lastComboboxValue = this.typeTextBox.Text;
2 references to lastComboboxValue
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (2)
529if (this.lastComboboxValue != this.typeTextBox.Text) 533this.typeTextBox.Text = this.lastComboboxValue;