1 write to richTextBox
WinFormsControlsTest (1)
TextBoxes.Designer.cs (1)
38this.richTextBox = new System.Windows.Forms.RichTextBox();
6 references to richTextBox
WinFormsControlsTest (6)
TextBoxes.Designer.cs (6)
108this.richTextBox.Location = new System.Drawing.Point(20, 190); 109this.richTextBox.Name = "richTextBox"; 110this.richTextBox.Size = new System.Drawing.Size(120, 110); 111this.richTextBox.TabIndex = 4; 112this.richTextBox.Text = @"Some long 158this.Controls.Add(this.richTextBox);