1 write to flowLayoutPanel1
WinFormsControlsTest (1)
ToolTipTests.Designer.cs (1)
36this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
16 references to flowLayoutPanel1
WinFormsControlsTest (16)
ToolTipTests.Designer.cs (16)
46this.flowLayoutPanel1.SuspendLayout(); 84this.flowLayoutPanel1.Controls.Add(this.automaticDelayButton); 85this.flowLayoutPanel1.Controls.Add(this.autoPopDelayButton); 86this.flowLayoutPanel1.Controls.Add(this.delaysNotSetButton); 87this.flowLayoutPanel1.Controls.Add(this.defaultAutomaticDelayButton); 88this.flowLayoutPanel1.Controls.Add(this.defaultAutoPopDelayButton); 89this.flowLayoutPanel1.Controls.Add(this.initialDelayButton); 90this.flowLayoutPanel1.Controls.Add(this.autoEllipsisButton); 91this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; 92this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); 93this.flowLayoutPanel1.Name = "flowLayoutPanel1"; 94this.flowLayoutPanel1.Size = new System.Drawing.Size(1417, 1577); 95this.flowLayoutPanel1.TabIndex = 0; 162this.Controls.Add(this.flowLayoutPanel1); 165this.flowLayoutPanel1.ResumeLayout(false); 166this.flowLayoutPanel1.PerformLayout();