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)
61if (Control.Size > 0) 63writer.WriteAttribute("size", Control.Size.ToString(CultureInfo.InvariantCulture));
UI\MobileControls\Adapters\WmlTextBoxAdapter.cs (1)
93Control.Size,
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicTextBoxAdapter.cs (2)
65if (Control.Size > 0) { 66writer.WriteAttribute("size", Control.Size.ToString(CultureInfo.InvariantCulture));
UI\MobileControls\Design\Adapters\DesignerTextBoxAdapter.cs (1)
46int size = Control.Size;