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