2 writes to _stoppingTimer
System.Windows.Forms (2)
System\Windows\Forms\Timer.cs (2)
299
_stoppingTimer
= true;
305
_stoppingTimer
= false;
2 references to _stoppingTimer
System.Windows.Forms (2)
System\Windows\Forms\Timer.cs (2)
258
if (_timerID == 0 && !
_stoppingTimer
)
290
if (
_stoppingTimer
|| hwnd.IsNull || !PInvoke.IsWindow(hwnd))