7 references to BackLabel
System.Web.Mobile (7)
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (2)
92_link.Text = String.IsNullOrEmpty(Control.BackLabel) ? GetDefaultLabel(BackLabel) : Control.BackLabel;
UI\MobileControls\Adapters\WmlValidationSummaryAdapter.cs (2)
91_link.Text = Control.BackLabel.Length == 0 ? GetDefaultLabel(BackLabel) : Control.BackLabel;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (1)
78String controlBackLabel = Control.BackLabel;
UI\MobileControls\Design\Adapters\DesignerValidationSummaryAdapter.cs (2)
79writer.WriteText(String.IsNullOrEmpty(Control.BackLabel) ? GetDefaultLabel(BackLabel) : Control.BackLabel, true);