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