5 references to control_Enter
WinFormsControlsTest (5)
CollectionEditors.Designer.cs (5)
50
this.comboBox1.Enter += this.
control_Enter
;
58
this.maskedTextBox1.Enter += this.
control_Enter
;
66
this.textBox1.Enter += this.
control_Enter
;
76
this.listView1.Enter += this.
control_Enter
;
104
this.domainUpDown1.Enter += this.
control_Enter
;