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