1 write to _rootRef
System.Windows.Forms (1)
System\Windows\Forms\Control.ControlNativeWindow.cs (1)
43
_rootRef
= GCHandle.Alloc(GetControl(), GCHandleType.Normal);
3 references to _rootRef
System.Windows.Forms (3)
System\Windows\Forms\Control.ControlNativeWindow.cs (3)
41
if (!
_rootRef
.IsAllocated)
48
if (
_rootRef
.IsAllocated)
50
_rootRef
.Free();