17 references to Control
System.Web.Mobile (17)
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (12)
55
Control
.Controls.Add(_list);
57
Control
.Controls.Add(_link);
65
if (
Control
.Visible)
67
errorMessages =
Control
.GetErrorMessages();
73
if (
Control
.HeaderText.Length > 0)
75
writer.WriteText(
Control
.HeaderText, true);
89
if (String.Compare(
Control
.FormToValidate,
Control
.Form.UniqueID, StringComparison.OrdinalIgnoreCase) != 0)
91
_link.NavigateUrl = Constants.FormIDPrefix +
Control
.FormToValidate;
92
_link.Text = String.IsNullOrEmpty(
Control
.BackLabel) ? GetDefaultLabel(BackLabel) :
Control
.BackLabel;
106
writer.ExitStyle(Style,
Control
.BreakAfter);
UI\MobileControls\Design\Adapters\DesignerValidationSummaryAdapter.cs (5)
38
String width = DesignerAdapterUtil.GetWidth(
Control
);
46
int maxWidth = DesignerAdapterUtil.GetMaxWidthToFit(
Control
, out templateStatus);
65
writer.WriteText(
Control
.HeaderText, true);
79
writer.WriteText(String.IsNullOrEmpty(
Control
.BackLabel) ? GetDefaultLabel(BackLabel) :
Control
.BackLabel, true);