6 writes to Text
System.Web.Mobile (6)
UI\MobileControls\LiteralTextParser.cs (6)
76
Text
= text;
83
Text
= String.Empty;
577
_currentTag.
Text
+= text;
609
_lastQueuedElement.
Text
+= element.Text;
644
_currentTag.
Text
= String.Empty;
666
_lastQueuedElement.
Text
= " ";
11 references to Text
System.Web.Mobile (11)
UI\MobileControls\CompileLiteralTextParser.cs (3)
79
if (element.
Text
== null || element.
Text
.Length != 0)
81
subBuilder.AppendLiteralString(element.
Text
);
UI\MobileControls\LiteralTextParser.cs (6)
98
return IsText && !LiteralTextParser.IsValidText(
Text
);
355
_lastQueuedElement.
Text
.Length == 0)
609
_lastQueuedElement.Text += element.
Text
;
642
ProcessTagInnerText(_currentTag.
Text
);
661
if (_lastQueuedElement.
Text
.Length == 0 || _lastQueuedElement.
Text
[0] != ' ')
UI\MobileControls\TextView.cs (2)
433
String text = element.
Text
!= null ? element.
Text
: String.Empty;