22 writes to Text
System.Web.Mobile (22)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (2)
441_textBox.Text = Control.VisibleDate.ToString(numericDateFormat, CultureInfo.InvariantCulture); 446_command.Text = GetDefaultLabel(OKLabel);
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (1)
92_link.Text = String.IsNullOrEmpty(Control.BackLabel) ? GetDefaultLabel(BackLabel) : Control.BackLabel;
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
418_textBox.Text = Control.VisibleDate.ToString(numericDateFormat, CultureInfo.InvariantCulture);
UI\MobileControls\Adapters\WmlValidationSummaryAdapter.cs (1)
91_link.Text = Control.BackLabel.Length == 0 ? GetDefaultLabel(BackLabel) : Control.BackLabel;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (2)
386_textBox.Text = Control.VisibleDate.ToString(numericDateFormat, CultureInfo.CurrentCulture); 391_command.Text = GetDefaultLabel(OKLabel);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (1)
79_link.Text = controlBackLabel == null || controlBackLabel.Length == 0 ? GetDefaultLabel(BackLabel) : controlBackLabel;
UI\MobileControls\Design\CommandDesigner.cs (2)
87_command.Text = "[" + _command.ID + "]"; 98_command.Text = originalText;
UI\MobileControls\Design\LabelDesigner.cs (2)
90_label.Text = "[" + _label.ID + "]"; 101_label.Text = originalText;
UI\MobileControls\Design\LinkDesigner.cs (2)
90_link.Text = "[" + _link.ID + "]"; 101_link.Text = originalText;
UI\MobileControls\Design\MobileControlDesigner.cs (2)
379((TextControl)_mobileControl).Text = String.Empty; 402((TextControl)_mobileControl).Text = originalText;
UI\MobileControls\Design\PhoneCallDesigner.cs (2)
91_call.Text = "[" + _call.ID + "]"; 102_call.Text = originalText;
UI\MobileControls\ErrorFormatterPage.cs (3)
74label.Text = text; 123label.Text = SR.GetString(SR.ErrorFormatterPage_File, ErrorInfo.File); 127label.Text = SR.GetString(SR.ErrorFormatterPage_Line, ErrorInfo.LineNumber);
UI\MobileControls\TextBox.cs (1)
59Text = value;
68 references to Text
System.Web.Mobile (68)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
605String dateText = _textBox.Text;
UI\MobileControls\Adapters\HtmlCommandAdapter.cs (4)
76writer.WriteText(Control.Text, true); 82writer.WriteText(Control.Text, true); 97writer.WriteAttribute("alt", Control.Text, true); 103writer.WriteText(Control.Text, true);
UI\MobileControls\Adapters\HtmlLabelAdapter.cs (3)
67(String.IsNullOrEmpty(Control.Text) || WhiteSpace(Control.Text) ) ) 73writer.WriteText(Control.Text, true);
UI\MobileControls\Adapters\HtmlLinkAdapter.cs (2)
47writer.WriteText(String.IsNullOrEmpty(Control.Text) ? navigateUrl : Control.Text, true);
UI\MobileControls\Adapters\HtmlPhoneCallAdapter.cs (2)
50String text = Control.Text; 77String text = String.Format(CultureInfo.CurrentCulture, Control.AlternateFormat, Control.Text,
UI\MobileControls\Adapters\HtmlTextBoxAdapter.cs (6)
42_staticValue = Control.Text; 55if ((Control.Text == null || Control.Text.Length > 0) && !Control.Password) 58writer.WriteText(Control.Text, true); 101if (Control.Form.Action.Length > 0 || (!IsViewStateEnabled() && Control.Text != _staticValue)) 103writer.WriteHiddenField(Control.UniqueID, Control.Text);
UI\MobileControls\Adapters\HtmlValidatorAdapter.cs (2)
51if (!String.IsNullOrEmpty(Control.Text)) 53writer.WriteText(Control.Text, true);
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
582String dateText = _textBox.Text;
UI\MobileControls\Adapters\WmlCommandAdapter.cs (1)
46RenderSubmitEvent(writer, Control.SoftkeyLabel, Control.Text, Control.BreakAfter);
UI\MobileControls\Adapters\WmlLabelAdapter.cs (1)
46writer.RenderText(Control.Text, Control.BreakAfter);
UI\MobileControls\Adapters\WmlLinkAdapter.cs (3)
46String text = (String.IsNullOrEmpty(Control.Text)) ? navigateUrl : Control.Text; 53softkeyLabel = Control.Text;
UI\MobileControls\Adapters\WmlPhoneCallAdapter.cs (1)
48String controlText = Control.Text;
UI\MobileControls\Adapters\WmlTextBoxAdapter.cs (4)
48_staticValue = Control.Text; 55String value = Control.Text; 119if (Control.Form.Action.Length > 0 || (!IsViewStateEnabled() && Control.Text != _staticValue)) 121return Control.Text;
UI\MobileControls\Adapters\WmlValidatorAdapter.cs (1)
50String text = Control.Text;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
538String dateText = _textBox.Text;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCommandAdapter.cs (2)
77writer.WriteAttribute("alt", Control.Text, true); 92writer.WriteAttribute("value", Control.Text, true);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLabelAdapter.cs (2)
33ConditionalClearCachedEndTag(writer, Control.Text); 37writer.WriteEncodedText(Control.Text);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLinkAdapter.cs (1)
39String controlText = Control.Text;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPhoneCallAdapter.cs (2)
43String text = Control.Text; 86Control.Text,
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicTextBoxAdapter.cs (5)
39_staticValue = Control.Text; 50writer.AddOnEnterForwardSetVar(Control.UniqueID, Control.Text); 58String controlText = Control.Text; 96if (Control.Form.Action.Length > 0 || (!IsViewStateEnabled() && Control.Text != _staticValue)) { 97writer.WriteHiddenField(Control.UniqueID, Control.Text);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidatorAdapter.cs (3)
40String controlText = Control.Text; 44ConditionalClearCachedEndTag(writer, Control.Text); 45writer.WriteEncodedText (Control.Text);
UI\MobileControls\Design\Adapters\DesignerCommandAdapter.cs (2)
68String controlText = Control.Text; 174((DesignerTextWriter)writer).WriteCssStyleText(Style, null, Control.Text, true);
UI\MobileControls\Design\Adapters\DesignerLabelAdapter.cs (1)
64((DesignerTextWriter)writer).WriteCssStyleText(Style, null, Control.Text, true);
UI\MobileControls\Design\Adapters\DesignerLinkAdapter.cs (1)
64((DesignerTextWriter)writer).WriteCssStyleText(Style, null, Control.Text, true);
UI\MobileControls\Design\Adapters\DesignerTextBoxAdapter.cs (2)
156if (!String.IsNullOrEmpty(Control.Text)) 159writer.WriteText(Control.Text, true);
UI\MobileControls\Design\Adapters\DesignerValidatorAdapter.cs (2)
63if (Control.Text.Trim().Length > 0) 65((DesignerTextWriter)writer).WriteCssStyleText(Style, null, Control.Text, true);
UI\MobileControls\Design\BaseValidatorDesigner.cs (2)
83Debug.Assert(_baseValidator.Text != null); 88(originalText.Trim().Length == 0 && _baseValidator.Text.Trim().Length == 0));
UI\MobileControls\Design\CommandDesigner.cs (2)
71Debug.Assert(null != _command.Text); 76String originalText = _command.Text;
UI\MobileControls\Design\LabelDesigner.cs (2)
74Debug.Assert(null != _label.Text); 76String originalText = _label.Text;
UI\MobileControls\Design\LinkDesigner.cs (2)
74Debug.Assert(null != _link.Text); 79String originalText = _link.Text;
UI\MobileControls\Design\MobileControlDesigner.cs (1)
378originalText = ((TextControl)_mobileControl).Text;
UI\MobileControls\Design\PhoneCallDesigner.cs (2)
75Debug.Assert(_call.Text != null); 80String originalText = _call.Text;
UI\MobileControls\TextBox.cs (1)
57if (Text != value)