3 writes to text
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListViewItem.cs (3)
1447
this.
text
= text;
1456
this.
text
= text;
1622
text
= value;
2 references to text
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListViewItem.cs (2)
1619
return
text
== null ? "" :
text
;