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