3 writes to _timer
System.Windows.Forms (3)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (3)
403
_timer
= null;
437
_timer
= new Timer();
458
_timer
= null;
10 references to _timer
System.Windows.Forms (10)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (10)
402
_timer
?.Dispose();
434
if (
_timer
is null)
440
_timer
.Tick += TimerHandler;
445
_timer
.Interval = _timerInterval;
446
_timer
.Start();
454
if (
_timer
is not null)
456
_timer
.Stop();
457
_timer
.Dispose();
485
if (
_timer
is not null)
496
_timer
.Interval = _timerInterval;