4 writes to Text
System.Web (4)
UI\WebControls\TreeNode.cs (2)
94
Text
= text;
1813
newNode.
Text
= Text;
UI\WebControls\TreeView.cs (2)
1656
newNode.
Text
= text;
3281
node.
Text
= nodeText;
8 references to Text
System.Web (8)
UI\WebControls\TreeNode.cs (8)
767
"'" + Util.QuoteJScriptString(
Text
, true) + "'," +
781
"'" + Util.QuoteJScriptString(
Text
, true) + "'," +
789
String.Concat(indexString,
Text
, InternalValuePath, DataPath));
1215
String.Format(CultureInfo.CurrentCulture, imageToolTip,
Text
));
1219
String.Format(CultureInfo.CurrentCulture, imageToolTip,
Text
));
1472
writer.Write(
Text
);
1483
writer.Write(
Text
);
1813
newNode.Text =
Text
;