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)
208
public bool IsTimerRunning =>
_timerID
!= 0 && !HWND.IsNull;
258
if (
_timerID
== 0 && !_stoppingTimer)
295
if (
_timerID
!= 0)
300
PInvoke.KillTimer(hwnd,
_timerID
);
325
Debug.Assert(
_timerID
== 0, "Destroying handle with timerID still set.");
338
Debug.Assert(
_timerID
== 0, "Destroying handle with timerID still set.");
349
if (m.WParamInternal ==
_timerID
)