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