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