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