1 write to text
System.Web.Extensions (1)
UI\WebControls\Dynamic.cs (1)
649text = expression;
4 references to text
System.Web.Extensions (4)
UI\WebControls\Dynamic.cs (4)
650textLen = text.Length; 1810ch = textPos < textLen ? text[textPos] : '\0'; 1815ch = textPos < textLen ? text[textPos] : '\0'; 1991token.text = text.Substring(tokenPos, textPos - tokenPos);