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