1 write to richTextBox1
Accessibility_Core_App (1)
CommonControl2.Designer.cs (1)
51
this.
richTextBox1
= new System.Windows.Forms.RichTextBox();
8 references to richTextBox1
Accessibility_Core_App (8)
CommonControl2.Designer.cs (8)
132
this.
richTextBox1
.BackColor = System.Drawing.SystemColors.Window;
133
this.
richTextBox1
.Location = new System.Drawing.Point(313, 36);
134
this.
richTextBox1
.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
135
this.
richTextBox1
.Name = "richTextBox1";
136
this.
richTextBox1
.Size = new System.Drawing.Size(130, 104);
137
this.
richTextBox1
.TabIndex = 10;
138
this.
richTextBox1
.Text = "winforms\nclickonce\ncontrols\nteam\nwinforms1\nwinforms2\nwinforms3";
272
this.Controls.Add(this.
richTextBox1
);