1 write to richTextBox1
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
39this.richTextBox1 = new System.Windows.Forms.RichTextBox();
7 references to richTextBox1
WinFormsControlsTest (7)
MultipleControls.Designer.cs (7)
109this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); 110this.richTextBox1.Location = new System.Drawing.Point(15, 135); 111this.richTextBox1.Name = "richTextBox1"; 112this.richTextBox1.Size = new System.Drawing.Size(116, 110); 113this.richTextBox1.TabIndex = 6; 114this.richTextBox1.Text = "LLLL"; 309this.Controls.Add(this.richTextBox1);