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