12 references to KeyToRead
PresentationFramework (12)
src\Framework\System\Windows\Controls\WebBrowser.cs (1)
167if (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)
340MediaAudioOrVideoDisable = KeyToRead.MediaVideoDisable | KeyToRead.MediaAudioDisable , 349internal static bool IsFeatureDisabled(KeyToRead key) 356case KeyToRead.WebBrowserDisable: 359case KeyToRead.MediaAudioDisable: 362case KeyToRead.MediaVideoDisable: 365case KeyToRead.MediaImageDisable: 368case KeyToRead.MediaAudioOrVideoDisable: 371case KeyToRead.ScriptInteropDisable: 405if ((fResult == false) && (key == KeyToRead.MediaAudioOrVideoDisable))