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)
78
String controlBackLabel = Control.
BackLabel
;
UI\MobileControls\Design\Adapters\DesignerValidationSummaryAdapter.cs (2)
79
writer.WriteText(String.IsNullOrEmpty(Control.
BackLabel
) ? GetDefaultLabel(BackLabel) : Control.
BackLabel
, true);