2 writes to _mouseDownTimer
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.cs (2)
62private Timer MouseDownTimer => _mouseDownTimer ??= new Timer(); 72_mouseDownTimer = null;
3 references to _mouseDownTimer
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.cs (3)
68if (_mouseDownTimer is not null) 70_mouseDownTimer.Enabled = false; 71_mouseDownTimer.Dispose();