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