1 write to rootRef
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
14589rootRef = GCHandle.Alloc(GetControl(), GCHandleType.Normal);
3 references to rootRef
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
14588if (!rootRef.IsAllocated) { 14593if (rootRef.IsAllocated) { 14594rootRef.Free();