1 write to button9
WinFormsControlsTest (1)
AnchorLayoutTests.Designer.cs (1)
42this.button9 = new System.Windows.Forms.Button();
8 references to button9
WinFormsControlsTest (8)
AnchorLayoutTests.Designer.cs (8)
128this.button9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 129this.button9.Location = new System.Drawing.Point(676, 404); 130this.button9.Name = "button9"; 131this.button9.Size = new System.Drawing.Size(112, 34); 132this.button9.TabIndex = 8; 133this.button9.Text = "Bottom-Right"; 134this.button9.UseVisualStyleBackColor = true; 141this.Controls.Add(this.button9);