1 write to _textBox
System.Web.Mobile (1)
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
106_textBox = new TextBox();
10 references to _textBox
System.Web.Mobile (10)
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (10)
107_textBox.Visible = false; 108_textBox.EnableViewState = false; 109Control.Controls.Add(_textBox); 415_textBox.Numeric = true; 416_textBox.Size = numericDateFormat.Length; 417_textBox.MaxLength = numericDateFormat.Length; 418_textBox.Text = Control.VisibleDate.ToString(numericDateFormat, CultureInfo.InvariantCulture); 419_textBox.Visible = true; 420_textBox.RenderControl(writer); 582String dateText = _textBox.Text;