1 write to radioButton2
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
47
this.
radioButton2
= new System.Windows.Forms.RadioButton();
8 references to radioButton2
WinFormsControlsTest (8)
MultipleControls.Designer.cs (8)
191
this.
radioButton2
.Location = new System.Drawing.Point(19, 55);
192
this.
radioButton2
.Name = "radioButton2";
193
this.
radioButton2
.Size = new System.Drawing.Size(99, 20);
194
this.
radioButton2
.TabIndex = 1;
195
this.
radioButton2
.TabStop = true;
196
this.
radioButton2
.Text = "radioButton2";
197
this.
radioButton2
.UseVisualStyleBackColor = true;
214
this.groupBox1.Controls.Add(this.
radioButton2
);