2 writes to icon
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NotifyIcon.cs (2)
273
this.
icon
= value;
471
this.
icon
= null;
5 references to icon
System.Windows.Forms (5)
winforms\Managed\System\WinForms\NotifyIcon.cs (5)
269
return
icon
;
272
if (
icon
!= value) {
782
if (
icon
!= null) {
784
data.hIcon =
icon
.Handle;
789
if (showIconInTray &&
icon
!= null) {