1 write to _textBox
System.Web.Mobile (1)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
117_textBox = new TextBox();
11 references to _textBox
System.Web.Mobile (11)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (11)
118_textBox.Visible = false; 119_textBox.EnableViewState = false; 121_textBox.TextChanged += eventHandler; 122Control.Controls.Add(_textBox); 438_textBox.Numeric = true; 439_textBox.Size = numericDateFormat.Length; 440_textBox.MaxLength = numericDateFormat.Length; 441_textBox.Text = Control.VisibleDate.ToString(numericDateFormat, CultureInfo.InvariantCulture); 442_textBox.Visible = true; 443_textBox.RenderControl(writer); 605String dateText = _textBox.Text;