1 write to _slowShow
System.Windows.Forms (1)
System\Windows\Forms\Controls\Menus\MenuTimer.cs (1)
23
_slowShow
= Math.Max(_quickShow, SystemInformation.MenuShowDelay);
1 reference to _slowShow
System.Windows.Forms (1)
System\Windows\Forms\Controls\Menus\MenuTimer.cs (1)
56
_autoMenuExpandTimer.Interval = item.IsOnDropDown ?
_slowShow
: _quickShow;