3 references to IntellisenseTextBox_KeyDown
System.Workflow.Activities (3)
Rules\Design\Dialogs\IntellisenseTextBox.cs (2)
107IntellisenseTextBox_KeyDown(sender, new KeyEventArgs(Keys.Down)); // fake down arrow to select first item 132IntellisenseTextBox_KeyDown(sender, new KeyEventArgs(Keys.Down)); // fake down arrow to select first item
Rules\Design\Dialogs\IntellisenseTextBox.Designer.cs (1)
68this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.IntellisenseTextBox_KeyDown);