1 write to defaultAutomaticDelayButton
WinFormsControlsTest (1)
ToolTipTests.Designer.cs (1)
37this.defaultAutomaticDelayButton = new System.Windows.Forms.Button();
9 references to defaultAutomaticDelayButton
WinFormsControlsTest (9)
ToolTipTests.Designer.cs (9)
87this.flowLayoutPanel1.Controls.Add(this.defaultAutomaticDelayButton); 99this.defaultAutomaticDelayButton.AutoSize = true; 100this.defaultAutomaticDelayButton.Location = new System.Drawing.Point(8, 612); 101this.defaultAutomaticDelayButton.Name = "defaultAutomaticDelayButton"; 102this.defaultAutomaticDelayButton.Size = new System.Drawing.Size(915, 183); 103this.defaultAutomaticDelayButton.TabIndex = 3; 104this.defaultAutomaticDelayToolTip.SetToolTip(this.defaultAutomaticDelayButton, "Persistent"); 105this.defaultAutomaticDelayButton.Text = "AutomaticDelay = 500"; 106this.defaultAutomaticDelayButton.UseVisualStyleBackColor = true;