3 writes to text
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItem.cs (3)
43
this.
text
= text;
49
this.
text
= text;
208
text
= value;
1 reference to text
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItem.cs (1)
205
get =>
text
?? string.Empty;