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