2 writes to text
System.Web (2)
UI\WebControls\listitem.cs (2)
87
this.
text
= text;
183
text
= value;
6 references to text
System.Web (6)
UI\WebControls\listitem.cs (6)
176
if (
text
!= null)
177
return
text
;
201
if (
text
!= null)
202
return
text
;
406
return (
text
!= null) && (
text
.Length != 0);