3 references to Control
System.Web.Mobile (3)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLinkAdapter.cs (3)
38RenderBeginLink(writer, Control.NavigateUrl, accessKey, Style, cssClass); 39String controlText = Control.Text; 40writer.WriteEncodedText(controlText == null || controlText.Length == 0 ? Control.NavigateUrl : controlText);