1 write to radioButton3
Accessibility_Core_App (1)
ContainerControls.Designer.cs (1)
52this.radioButton3 = new System.Windows.Forms.RadioButton();
9 references to radioButton3
Accessibility_Core_App (9)
ContainerControls.Designer.cs (9)
349this.radioButton3.AutoSize = true; 350this.radioButton3.Checked = true; 351this.radioButton3.Location = new System.Drawing.Point(223, 3); 352this.radioButton3.Name = "radioButton3"; 353this.radioButton3.Size = new System.Drawing.Size(15, 17); 354this.radioButton3.TabIndex = 4; 355this.radioButton3.TabStop = true; 356this.radioButton3.Text = "radioButton3"; 357this.radioButton3.UseVisualStyleBackColor = true;