17 references to Control
System.Web.Mobile (17)
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (12)
55Control.Controls.Add(_list); 57Control.Controls.Add(_link); 65if (Control.Visible) 67errorMessages = Control.GetErrorMessages(); 73if (Control.HeaderText.Length > 0) 75writer.WriteText(Control.HeaderText, true); 89if (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; 106writer.ExitStyle(Style, Control.BreakAfter);
UI\MobileControls\Design\Adapters\DesignerValidationSummaryAdapter.cs (5)
38String width = DesignerAdapterUtil.GetWidth(Control); 46int maxWidth = DesignerAdapterUtil.GetMaxWidthToFit(Control, out templateStatus); 65writer.WriteText(Control.HeaderText, true); 79writer.WriteText(String.IsNullOrEmpty(Control.BackLabel) ? GetDefaultLabel(BackLabel) : Control.BackLabel, true);