1 write to _call
System.Web.Mobile (1)
UI\MobileControls\Design\PhoneCallDesigner.cs (1)
57
_call
= (System.Web.UI.MobileControls.PhoneCall) component;
13 references to _call
System.Web.Mobile (13)
UI\MobileControls\Design\PhoneCallDesigner.cs (13)
75
Debug.Assert(
_call
.Text != null);
80
String originalText =
_call
.Text;
82
bool hasControls =
_call
.HasControls();
88
children = new Control[
_call
.Controls.Count];
89
_call
.Controls.CopyTo(children, 0);
91
_call
.Text = "[" +
_call
.ID + "]";
96
_call
.Adapter.Render(tw);
102
_call
.Text = originalText;
107
_call
.Controls.Add(c);
120
_call
.AlternateUrl = NavigateUrlConverter.GetUrl(
121
_call
,
126
e = new ComponentChangedEventArgs(e.Component, e.Member, e.OldValue,
_call
.AlternateUrl);