2 writes to mouseDownTimer
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (2)
98mouseDownTimer = new Timer(); 109mouseDownTimer = null;
5 references to mouseDownTimer
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripScrollButton.cs (5)
97if (mouseDownTimer == null) { 100return mouseDownTimer; 106if (mouseDownTimer != null) { 107mouseDownTimer.Enabled = false; 108mouseDownTimer.Dispose();