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)
41if (!_rootRef.IsAllocated) 48if (_rootRef.IsAllocated) 50_rootRef.Free();