4 writes to NavigateUrl
System.Web.Mobile (4)
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (1)
91_link.NavigateUrl = Constants.FormIDPrefix + Control.FormToValidate;
UI\MobileControls\Adapters\WmlValidationSummaryAdapter.cs (1)
90_link.NavigateUrl = Constants.FormIDPrefix + Control.FormToValidate;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (1)
77_link.NavigateUrl = Constants.FormIDPrefix + Control.FormToValidate;
UI\MobileControls\Design\LinkDesigner.cs (1)
130_link.NavigateUrl = NavigateUrlConverter.GetUrl(
6 references to NavigateUrl
System.Web.Mobile (6)
UI\MobileControls\Adapters\HtmlLinkAdapter.cs (1)
45String navigateUrl = Control.NavigateUrl;
UI\MobileControls\Adapters\WmlLinkAdapter.cs (1)
45String navigateUrl = Control.NavigateUrl;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLinkAdapter.cs (2)
38RenderBeginLink(writer, Control.NavigateUrl, accessKey, Style, cssClass); 40writer.WriteEncodedText(controlText == null || controlText.Length == 0 ? Control.NavigateUrl : controlText);
UI\MobileControls\Design\LinkDesigner.cs (1)
136e = new ComponentChangedEventArgs(e.Component, e.Member, e.OldValue, _link.NavigateUrl);
UI\MobileControls\Link.cs (1)
91String target = NavigateUrl;