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