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