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