2 writes to _contextMenuStrip
System.Windows.Forms (2)
System\Windows\Forms\NotifyIcon.cs (2)
192_contextMenuStrip = value; 397_contextMenuStrip = null;
4 references to _contextMenuStrip
System.Windows.Forms (4)
System\Windows\Forms\NotifyIcon.cs (4)
187return _contextMenuStrip; 606if (_contextMenuStrip is not null) 617_contextMenuStrip.ShowInTaskbar(pt.X, pt.Y); 762if (_contextMenuStrip is not null)