3 references to thenTextBox_Validating
System.Workflow.Activities (3)
Rules\Design\Dialogs\RuleSetDialog.cs (1)
542this.thenTextBox.Validating -= this.thenTextBox_Validating;
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (2)
238this.thenTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.thenTextBox_Validating); 371this.thenTextBox.Validating -= this.thenTextBox_Validating;