1 write to radioButton1
Accessibility_Core_App (1)
DataBindingExample.Designer.cs (1)
40this.radioButton1 = new System.Windows.Forms.RadioButton();
12 references to radioButton1
Accessibility_Core_App (12)
DataBindingExample.cs (1)
60radioButton1.DataBindings.Add("Checked", stu, "IsStudent");
DataBindingExample.Designer.cs (11)
121this.panel1.Controls.Add(this.radioButton1); 129this.radioButton1.AccessibleDescription = "RB1"; 130this.radioButton1.AccessibleName = "RB1"; 131this.radioButton1.AutoSize = true; 132this.radioButton1.Location = new System.Drawing.Point(336, 77); 133this.radioButton1.Name = "radioButton1"; 134this.radioButton1.Size = new System.Drawing.Size(84, 19); 135this.radioButton1.TabIndex = 12; 136this.radioButton1.TabStop = true; 137this.radioButton1.Text = "Agreement"; 138this.radioButton1.UseVisualStyleBackColor = true;