5 references to Text
System.Web (2)
UI\DataBoundLiteralControl.cs (1)
184
return
Text
;
UI\HtmlControls\HtmlContainerControl.cs (1)
74
return ((DataBoundLiteralControl) Controls[0]).
Text
;
System.Web.Mobile (3)
UI\MobileControls\Adapters\HtmlFormAdapter.cs (1)
262
writer.Write(dlc.
Text
);
UI\MobileControls\Adapters\WmlFormAdapter.cs (1)
246
writer.Write(dlc.
Text
);
UI\MobileControls\MobileControl.cs (1)
1072
text = ((DataBoundLiteralControl)child).
Text
;