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