11 references to Control
System.Web.Mobile (11)
UI\MobileControls\Adapters\WmlValidationSummaryAdapter.cs (11)
55Control.Controls.Add(_list); 57Control.Controls.Add(_link); 65if (Control.Visible) 67errorMessages = Control.GetErrorMessages(); 73if (Control.HeaderText.Length > 0) 75writer.RenderText(Control.HeaderText, true); 88if (String.Compare(Control.FormToValidate, Control.Form.UniqueID, StringComparison.OrdinalIgnoreCase) != 0) 90_link.NavigateUrl = Constants.FormIDPrefix + Control.FormToValidate; 91_link.Text = Control.BackLabel.Length == 0 ? GetDefaultLabel(BackLabel) : Control.BackLabel;