3 writes to _timer
System.Windows.Forms (3)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (3)
389
_timer
= null;
423
_timer
= new Timer();
444
_timer
= null;
10 references to _timer
System.Windows.Forms (10)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (10)
388
_timer
?.Dispose();
420
if (
_timer
is null)
426
_timer
.Tick += TimerHandler;
431
_timer
.Interval = _timerInterval;
432
_timer
.Start();
440
if (
_timer
is not null)
442
_timer
.Stop();
443
_timer
.Dispose();
471
if (
_timer
is not null)
482
_timer
.Interval = _timerInterval;