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