1 write to _reference
System.Windows.Forms (1)
System\Windows\Forms\NotifyIcon.NotifyIconNativeWindow.cs (1)
23
_reference
= component;
3 references to _reference
System.Windows.Forms (3)
System\Windows\Forms\NotifyIcon.NotifyIconNativeWindow.cs (3)
43
_rootRef = GCHandle.Alloc(
_reference
, GCHandleType.Normal);
65
Debug.Assert(
_reference
is not null, "NotifyIcon was garbage collected while it was still visible. How did we let that happen?");
66
_reference
.WndProc(ref m);