2 writes to _mouseDownTimer
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.cs (2)
67private Timer MouseDownTimer => _mouseDownTimer ??= new Timer(); 77_mouseDownTimer = null;
3 references to _mouseDownTimer
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripScrollButton.cs (3)
73if (_mouseDownTimer is not null) 75_mouseDownTimer.Enabled = false; 76_mouseDownTimer.Dispose();