6 references to Text
System.Web.Mobile (6)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLiteralTextAdapter.cs (1)
34ConditionalClearCachedEndTag(writer, Control.Text);
UI\MobileControls\LiteralText.cs (5)
73int length = Text.Length; 83String text = this.Text; 127String text = Text; 165return ((Text.Length / PagingUnitSize) + (((Text.Length % PagingUnitSize) > 0) ? 1 : 0));