1 write to text
System.Windows.Forms (1)
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
303this.text = value;
3 references to text
System.Windows.Forms (3)
winforms\Managed\System\WinForms\NotifyIcon.cs (3)
295return text; 299if (value != null && !value.Equals(this.text)) { 787data.szTip = text;