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;