3 references to _isScriptInteropDisabled
PresentationFramework (3)
src\Framework\System\Windows\Interop\BrowserInteropHelper.cs (3)
385
if (
_isScriptInteropDisabled
.Value == null)
387
_isScriptInteropDisabled
.Value = SafeSecurityHelper.IsFeatureDisabled(SafeSecurityHelper.KeyToRead.ScriptInteropDisable);
391
if (
_isScriptInteropDisabled
.Value.Value)