4 references to CanInitiateVoiceCall
System.Web (1)
Abstractions\HttpBrowserCapabilitiesWrapper.cs (1)
101
return _browser.
CanInitiateVoiceCall
;
System.Web.Mobile (3)
UI\MobileControls\Adapters\HtmlPhoneCallAdapter.cs (1)
48
if (Device.
CanInitiateVoiceCall
)
UI\MobileControls\Adapters\WmlPhoneCallAdapter.cs (1)
72
if (!Device.
CanInitiateVoiceCall
)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPhoneCallAdapter.cs (1)
42
if (Device.
CanInitiateVoiceCall
) {