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)
360
if (
_timer
is null)
366
_timer
.Tick += TimerHandler;
371
_timer
.Interval = _timerInterval;
372
_timer
.Start();
380
if (
_timer
is not null)
382
_timer
.Stop();
383
_timer
.Dispose();
408
if (
_timer
is not null)
419
_timer
.Interval = _timerInterval;