1 write to slowShow
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
1299
slowShow
= Math.Max(quickShow, SystemInformation.MenuShowDelay);
1 reference to slowShow
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (1)
1331
autoMenuExpandTimer.Interval = item.IsOnDropDown ?
slowShow
: quickShow;