5 references to autoMenuExpandTimer
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (5)
1295autoMenuExpandTimer.Tick += new EventHandler(OnTick); 1331autoMenuExpandTimer.Interval = item.IsOnDropDown ? slowShow : quickShow; 1332autoMenuExpandTimer.Enabled = true; 1379autoMenuExpandTimer.Enabled = false; 1423autoMenuExpandTimer.Enabled = false;