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); 65Debug.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);