19 references to Control
System.Web.Mobile (19)
UI\MobileControls\Adapters\WmlTextBoxAdapter.cs (19)
48_staticValue = Control.Text; 55String value = Control.Text; 59if (Control.Password) 66writer.AddFormVariable(Control.ClientID, value, requiresRandomID); 72writer.MapClientIDToShortName(Control.ClientID, requiresRandomID); 75String format = ((IAttributeAccessor)Control).GetAttribute("wmlFormat"); 78if (Control.Numeric) 88writer.RenderTextBox(Control.ClientID, 91Control.Title, 92Control.Password, 93Control.Size, 94Control.MaxLength, 96Control.BreakAfter); 102String randomID = ((IAttributeAccessor)Control).GetAttribute("useRandomID"); 109return Control.Password; 119if (Control.Form.Action.Length > 0 || (!IsViewStateEnabled() && Control.Text != _staticValue)) 121return Control.Text; 131Control ctl = Control;