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