2 writes to _timer
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (2)
363_timer = new Timer(); 384_timer = null;
9 references to _timer
System.Windows.Forms (9)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (9)
360if (_timer is null) 366_timer.Tick += TimerHandler; 371_timer.Interval = _timerInterval; 372_timer.Start(); 380if (_timer is not null) 382_timer.Stop(); 383_timer.Dispose(); 408if (_timer is not null) 419_timer.Interval = _timerInterval;