1 write to radioButton1
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
48
this.
radioButton1
= new System.Windows.Forms.RadioButton();
8 references to radioButton1
WinFormsControlsTest (8)
MultipleControls.Designer.cs (8)
201
this.
radioButton1
.Location = new System.Drawing.Point(19, 29);
202
this.
radioButton1
.Name = "radioButton1";
203
this.
radioButton1
.Size = new System.Drawing.Size(99, 20);
204
this.
radioButton1
.TabIndex = 0;
205
this.
radioButton1
.TabStop = true;
206
this.
radioButton1
.Text = "radioButton1";
207
this.
radioButton1
.UseVisualStyleBackColor = true;
215
this.groupBox1.Controls.Add(this.
radioButton1
);