3 writes to MaxLength
System.Web.Mobile (3)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
440
_textBox.
MaxLength
= numericDateFormat.Length;
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
417
_textBox.
MaxLength
= numericDateFormat.Length;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
385
_textBox.
MaxLength
= numericDateFormat.Length;
5 references to MaxLength
System.Web.Mobile (5)
UI\MobileControls\Adapters\HtmlTextBoxAdapter.cs (2)
65
if (Control.
MaxLength
> 0)
67
writer.WriteAttribute("maxlength", Control.
MaxLength
.ToString(CultureInfo.InvariantCulture));
UI\MobileControls\Adapters\WmlTextBoxAdapter.cs (1)
94
Control.
MaxLength
,
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicTextBoxAdapter.cs (2)
69
if (Control.
MaxLength
> 0) {
70
writer.WriteAttribute("maxlength", Control.
MaxLength
.ToString(CultureInfo.InvariantCulture));