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)
208
return
_icon
;
212
if (
_icon
!= value)
653
if (
_icon
is not null)
656
data.hIcon =
_icon
.Handle;
662
if (showIconInTray &&
_icon
is not null)