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