2 writes to _timerID
System.Windows.Forms (2)
System\Windows\Forms\Timer.cs (2)
262_timerID = PInvoke.SetTimer(this, s_timerID, (uint)interval); 304_timerID = 0;
7 references to _timerID
System.Windows.Forms (7)
System\Windows\Forms\Timer.cs (7)
208public bool IsTimerRunning => _timerID != 0 && !HWND.IsNull; 258if (_timerID == 0 && !_stoppingTimer) 295if (_timerID != 0) 300PInvoke.KillTimer(hwnd, _timerID); 325Debug.Assert(_timerID == 0, "Destroying handle with timerID still set."); 338Debug.Assert(_timerID == 0, "Destroying handle with timerID still set."); 349if (m.WParamInternal == _timerID)