1 write to reference
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
998reference = component;
3 references to reference
System.Windows.Forms (3)
winforms\Managed\System\WinForms\NotifyIcon.cs (3)
1016rootRef = GCHandle.Alloc(reference, GCHandleType.Normal); 1036Debug.Assert(reference != null, "NotifyIcon was garbage collected while it was still visible. How did we let that happen?"); 1037reference.WndProc(ref m);