1 write to timerRoot
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Timer.cs (1)
175
timerRoot
= GCHandle.Alloc(this);
2 references to timerRoot
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Timer.cs (2)
184
if (
timerRoot
.IsAllocated) {
185
timerRoot
.Free();