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