2 writes to _stoppingTimer
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Timer.cs (2)
408
_stoppingTimer
= true;
413
_stoppingTimer
= false;
2 references to _stoppingTimer
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Timer.cs (2)
365
if (_timerID == 0 && !
_stoppingTimer
) {
399
if (
_stoppingTimer
|| hWnd == IntPtr.Zero || !UnsafeNativeMethods.IsWindow(new HandleRef(this, hWnd))) {