11 references to BackLabel
System.Web.Mobile (11)
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (2)
424
GetDefaultLabel(
BackLabel
) :
491
GetDefaultLabel(
BackLabel
) :
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (1)
92
_link.Text = String.IsNullOrEmpty(Control.BackLabel) ? GetDefaultLabel(
BackLabel
) : Control.BackLabel;
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (1)
269
GetDefaultLabel(
BackLabel
) :
UI\MobileControls\Adapters\WmlPageAdapter.cs (2)
260
writer.Write(GetDefaultLabel(
BackLabel
));
284
wmlWriter.WriteEncodedText(GetDefaultLabel(
BackLabel
));
UI\MobileControls\Adapters\WmlValidationSummaryAdapter.cs (1)
91
_link.Text = Control.BackLabel.Length == 0 ? GetDefaultLabel(
BackLabel
) : Control.BackLabel;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (2)
272
GetDefaultLabel(
BackLabel
) :
348
GetDefaultLabel(
BackLabel
) :
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (1)
79
_link.Text = controlBackLabel == null || controlBackLabel.Length == 0 ? GetDefaultLabel(
BackLabel
) : controlBackLabel;
UI\MobileControls\Design\Adapters\DesignerValidationSummaryAdapter.cs (1)
79
writer.WriteText(String.IsNullOrEmpty(Control.BackLabel) ? GetDefaultLabel(
BackLabel
) : Control.BackLabel, true);