1 write to radioButton3
Accessibility_Core_App (1)
ContainerControls2.Designer.cs (1)
43this.radioButton3 = new System.Windows.Forms.RadioButton();
9 references to radioButton3
Accessibility_Core_App (9)
ContainerControls2.Designer.cs (9)
200this.radioButton3.AutoSize = true; 201this.radioButton3.Checked = true; 202this.radioButton3.Location = new System.Drawing.Point(223, 3); 203this.radioButton3.Name = "radioButton3"; 204this.radioButton3.Size = new System.Drawing.Size(15, 17); 205this.radioButton3.TabIndex = 4; 206this.radioButton3.TabStop = true; 207this.radioButton3.Text = "radioButton3"; 208this.radioButton3.UseVisualStyleBackColor = true;