5 writes to Text
System.Web.Mobile (5)
UI\MobileControls\Design\MobileControlDesigner.cs (2)
384
((TextView)_mobileControl).
Text
= String.Empty;
406
((TextView)_mobileControl).
Text
= originalText;
UI\MobileControls\Design\TextViewDesigner.cs (2)
95
_textView.
Text
= "[" + _textView.ID + "]";
106
_textView.
Text
= originalText;
UI\MobileControls\ErrorFormatterPage.cs (1)
68
textView.
Text
= text;
6 references to Text
System.Web.Mobile (6)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicTextViewAdapter.cs (1)
40
ConditionalClearCachedEndTag(writer, Control.
Text
);
UI\MobileControls\Design\Adapters\DesignerTextViewAdapter.cs (1)
69
String filteredText = FilterTags(Control.
Text
.Trim());
UI\MobileControls\Design\MobileControlDesigner.cs (1)
383
originalText = ((TextView)_mobileControl).
Text
;
UI\MobileControls\Design\TextViewDesigner.cs (2)
79
Debug.Assert (_textView.
Text
!= null);
84
String originalText = _textView.
Text
;
UI\MobileControls\TextView.cs (1)
387
String text =
Text
;