2 references to RichTextKeyDown
WinFormsControlsTest (2)
RichTextBoxes.Designer.cs (2)
46
this.richTextBox1.KeyDown += this.
RichTextKeyDown
;
57
this.richTextBox2.KeyDown += this.
RichTextKeyDown
;