1 write to rootRef
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
1016rootRef = GCHandle.Alloc(reference, GCHandleType.Normal);
3 references to rootRef
System.Windows.Forms (3)
winforms\Managed\System\WinForms\NotifyIcon.cs (3)
1015if (!rootRef.IsAllocated) { 1020if (rootRef.IsAllocated) { 1021rootRef.Free();