12 references to KeyToRead
PresentationFramework (12)
src\Framework\System\Windows\Controls\WebBrowser.cs (1)
167
if (SafeSecurityHelper.IsFeatureDisabled(SafeSecurityHelper.
KeyToRead
.WebBrowserDisable))
src\Framework\System\Windows\Interop\BrowserInteropHelper.cs (1)
387
_isScriptInteropDisabled.Value = SafeSecurityHelper.IsFeatureDisabled(SafeSecurityHelper.
KeyToRead
.ScriptInteropDisable);
src\Shared\MS\Internal\SafeSecurityHelper.cs (10)
340
MediaAudioOrVideoDisable =
KeyToRead
.MediaVideoDisable |
KeyToRead
.MediaAudioDisable ,
349
internal static bool IsFeatureDisabled(
KeyToRead
key)
356
case
KeyToRead
.WebBrowserDisable:
359
case
KeyToRead
.MediaAudioDisable:
362
case
KeyToRead
.MediaVideoDisable:
365
case
KeyToRead
.MediaImageDisable:
368
case
KeyToRead
.MediaAudioOrVideoDisable:
371
case
KeyToRead
.ScriptInteropDisable:
405
if ((fResult == false) && (key ==
KeyToRead
.MediaAudioOrVideoDisable))