13 references to PhoneCall
System.Web.Mobile (13)
UI\MobileControls\Adapters\HtmlPhoneCallAdapter.cs (2)
36
protected new
PhoneCall
Control
40
return (
PhoneCall
)base.Control;
UI\MobileControls\Adapters\WmlPhoneCallAdapter.cs (2)
36
protected new
PhoneCall
Control
40
return (
PhoneCall
)base.Control;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPhoneCallAdapter.cs (2)
27
protected new
PhoneCall
Control {
29
return base.Control as
PhoneCall
;
UI\MobileControls\Design\PhoneCallDesigner.cs (7)
24
/// Provides a designer for the <see cref='System.Web.UI.MobileControls.
PhoneCall
'/>
28
/// <seealso cref='System.Web.UI.MobileControls.
PhoneCall
'/>
36
private System.Web.UI.MobileControls.
PhoneCall
_call;
55
Debug.Assert(component is System.Web.UI.MobileControls.
PhoneCall
,
57
_call = (System.Web.UI.MobileControls.
PhoneCall
) component;
63
/// Returns the design-time HTML of the <see cref='System.Web.UI.MobileControls.
PhoneCall
'/>
72
/// <seealso cref='System.Web.UI.MobileControls.
PhoneCall
'/>