3 writes to Size
System.Web.Mobile (3)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
439
_textBox.
Size
= numericDateFormat.Length;
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
416
_textBox.
Size
= numericDateFormat.Length;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
384
_textBox.
Size
= numericDateFormat.Length;
6 references to Size
System.Web.Mobile (6)
UI\MobileControls\Adapters\HtmlTextBoxAdapter.cs (2)
61
if (Control.
Size
> 0)
63
writer.WriteAttribute("size", Control.
Size
.ToString(CultureInfo.InvariantCulture));
UI\MobileControls\Adapters\WmlTextBoxAdapter.cs (1)
93
Control.
Size
,
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicTextBoxAdapter.cs (2)
65
if (Control.
Size
> 0) {
66
writer.WriteAttribute("size", Control.
Size
.ToString(CultureInfo.InvariantCulture));
UI\MobileControls\Design\Adapters\DesignerTextBoxAdapter.cs (1)
46
int size = Control.
Size
;