5 references to _autoMenuExpandTimer
System.Windows.Forms (5)
System\Windows\Forms\Controls\Menus\MenuTimer.cs (5)
19
_autoMenuExpandTimer
.Tick += OnTick;
56
_autoMenuExpandTimer
.Interval = item.IsOnDropDown ? _slowShow : _quickShow;
57
_autoMenuExpandTimer
.Enabled = true;
112
_autoMenuExpandTimer
.Enabled = false;
160
_autoMenuExpandTimer
.Enabled = false;