2 writes to _timer
System.Windows.Forms (2)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (2)
359
_timer
= new Timer();
380
_timer
= null;
9 references to _timer
System.Windows.Forms (9)
System\Windows\Forms\Controls\UpDown\UpDownBase.UpDownButtons.cs (9)
356
if (
_timer
is null)
362
_timer
.Tick += TimerHandler;
367
_timer
.Interval = _timerInterval;
368
_timer
.Start();
376
if (
_timer
is not null)
378
_timer
.Stop();
379
_timer
.Dispose();
404
if (
_timer
is not null)
415
_timer
.Interval = _timerInterval;