1 write to AlternateUrl
System.Web.Mobile (1)
UI\MobileControls\Design\PhoneCallDesigner.cs (1)
120_call.AlternateUrl = NavigateUrlConverter.GetUrl(
5 references to AlternateUrl
System.Web.Mobile (5)
UI\MobileControls\Adapters\HtmlPhoneCallAdapter.cs (1)
79String url = Control.AlternateUrl;
UI\MobileControls\Adapters\WmlPhoneCallAdapter.cs (1)
77url = Control.AlternateUrl;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPhoneCallAdapter.cs (1)
88String url = Control.AlternateUrl;
UI\MobileControls\Design\PhoneCallDesigner.cs (1)
126e = new ComponentChangedEventArgs(e.Component, e.Member, e.OldValue, _call.AlternateUrl);
UI\MobileControls\PhoneCall.cs (1)
164String target = AlternateUrl;