1 write to button1
NativeHost.ManagedControl (1)
ManagedControl.Designer.cs (1)
32
this.
button1
= new System.Windows.Forms.Button();
9 references to button1
NativeHost.ManagedControl (9)
ManagedControl.Designer.cs (9)
37
this.
button1
.Anchor = System.Windows.Forms.AnchorStyles.None;
38
this.
button1
.Location = new System.Drawing.Point(37, 59);
39
this.
button1
.Name = "button1";
40
this.
button1
.Size = new System.Drawing.Size(75, 23);
41
this.
button1
.TabIndex = 0;
42
this.
button1
.Text = "button1";
43
this.
button1
.UseVisualStyleBackColor = true;
44
this.
button1
.Click += this.button1_Click;
50
this.Controls.Add(this.
button1
);