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