1 write to _textBox
System.Web.Mobile (1)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
95_textBox = new TextBox();
11 references to _textBox
System.Web.Mobile (11)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (11)
96_textBox.Visible = false; 97_textBox.EnableViewState = false; 99_textBox.TextChanged += eventHandler; 100Control.Controls.Add(_textBox); 383_textBox.Numeric = true; 384_textBox.Size = numericDateFormat.Length; 385_textBox.MaxLength = numericDateFormat.Length; 386_textBox.Text = Control.VisibleDate.ToString(numericDateFormat, CultureInfo.CurrentCulture); 387_textBox.Visible = true; 388_textBox.RenderControl(writer); 538String dateText = _textBox.Text;