1 write to button3
WinFormsControlsTest (1)
AnchorLayoutTests.Designer.cs (1)
36this.button3 = new System.Windows.Forms.Button();
8 references to button3
WinFormsControlsTest (8)
AnchorLayoutTests.Designer.cs (8)
66this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 67this.button3.Location = new System.Drawing.Point(676, 12); 68this.button3.Name = "button3"; 69this.button3.Size = new System.Drawing.Size(112, 34); 70this.button3.TabIndex = 2; 71this.button3.Text = "Top-Right"; 72this.button3.UseVisualStyleBackColor = true; 147this.Controls.Add(this.button3);