3 writes to _timer
System.Windows.Forms (3)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (3)
503
_timer
= null;
537
_timer
= new Timer();
558
_timer
= null;
10 references to _timer
System.Windows.Forms (10)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (10)
502
_timer
?.Dispose();
534
if (
_timer
is null)
540
_timer
.Tick += TimerHandler;
545
_timer
.Interval = _timerInterval;
546
_timer
.Start();
554
if (
_timer
is not null)
556
_timer
.Stop();
557
_timer
.Dispose();
585
if (
_timer
is not null)
596
_timer
.Interval = _timerInterval;