1 write to defaultAutoPopDelayButton
WinFormsControlsTest (1)
ToolTipTests.Designer.cs (1)
38this.defaultAutoPopDelayButton = new System.Windows.Forms.Button();
9 references to defaultAutoPopDelayButton
WinFormsControlsTest (9)
ToolTipTests.Designer.cs (9)
88this.flowLayoutPanel1.Controls.Add(this.defaultAutoPopDelayButton); 110this.defaultAutoPopDelayButton.AutoSize = true; 111this.defaultAutoPopDelayButton.Location = new System.Drawing.Point(8, 813); 112this.defaultAutoPopDelayButton.Name = "defaultAutoPopDelayButton"; 113this.defaultAutoPopDelayButton.Size = new System.Drawing.Size(904, 183); 114this.defaultAutoPopDelayButton.TabIndex = 4; 115this.defaultAutoPopDelayToolTip.SetToolTip(this.defaultAutoPopDelayButton, "Persistent"); 116this.defaultAutoPopDelayButton.Text = "AutoPopDelay = 5000"; 117this.defaultAutoPopDelayButton.UseVisualStyleBackColor = true;