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