1 write to panel1
Accessibility_Core_App (1)
DataBindingExample.Designer.cs (1)
29
this.
panel1
= new System.Windows.Forms.Panel();
21 references to panel1
Accessibility_Core_App (21)
DataBindingExample.Designer.cs (21)
48
this.
panel1
.SuspendLayout();
109
this.
panel1
.AccessibleDescription = "Pane1";
110
this.
panel1
.AccessibleName = "Panel1";
111
this.
panel1
.Controls.Add(this.comboBox1);
112
this.
panel1
.Controls.Add(this.label1);
113
this.
panel1
.Controls.Add(this.textBox1);
114
this.
panel1
.Controls.Add(this.button1);
115
this.
panel1
.Controls.Add(this.linkLabel1);
116
this.
panel1
.Controls.Add(this.maskedTextBox1);
117
this.
panel1
.Controls.Add(this.checkBox1);
118
this.
panel1
.Controls.Add(this.richTextBox1);
119
this.
panel1
.Controls.Add(this.domainUpDown1);
120
this.
panel1
.Controls.Add(this.numericUpDown1);
121
this.
panel1
.Controls.Add(this.radioButton1);
122
this.
panel1
.Location = new System.Drawing.Point(272, 12);
123
this.
panel1
.Name = "panel1";
124
this.
panel1
.Size = new System.Drawing.Size(479, 198);
125
this.
panel1
.TabIndex = 1;
275
this.Controls.Add(this.
panel1
);
285
this.
panel1
.ResumeLayout(false);
286
this.
panel1
.PerformLayout();