2 writes to _icon
System.Windows.Forms (2)
System\Windows\Forms\NotifyIcon.cs (2)
214_icon = value; 392_icon = null;
5 references to _icon
System.Windows.Forms (5)
System\Windows\Forms\NotifyIcon.cs (5)
208return _icon; 212if (_icon != value) 653if (_icon is not null) 656data.hIcon = _icon.Handle; 662if (showIconInTray && _icon is not null)