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