1 write to _timerRoot
System.Windows.Forms (1)
System\Windows\Forms\Timer.cs (1)
114
_timerRoot
= GCHandle.Alloc(this);
2 references to _timerRoot
System.Windows.Forms (2)
System\Windows\Forms\Timer.cs (2)
120
if (
_timerRoot
.IsAllocated)
122
_timerRoot
.Free();