2 writes to _timer
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (2)
359_timer = new Timer(); 380_timer = null;
9 references to _timer
System.Windows.Forms (9)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (9)
356if (_timer is null) 362_timer.Tick += TimerHandler; 367_timer.Interval = _timerInterval; 368_timer.Start(); 376if (_timer is not null) 378_timer.Stop(); 379_timer.Dispose(); 404if (_timer is not null) 415_timer.Interval = _timerInterval;