3 writes to _timer
System.Windows.Forms (3)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (3)
498
_timer
= null;
532
_timer
= new Timer();
553
_timer
= null;
10 references to _timer
System.Windows.Forms (10)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (10)
497
_timer
?.Dispose();
529
if (
_timer
is null)
535
_timer
.Tick += TimerHandler;
540
_timer
.Interval = _timerInterval;
541
_timer
.Start();
549
if (
_timer
is not null)
551
_timer
.Stop();
552
_timer
.Dispose();
580
if (
_timer
is not null)
591
_timer
.Interval = _timerInterval;