1 write to _webBrowserPermission
PresentationFramework (1)
src\Shared\MS\Internal\SecurityHelper.cs (1)
199_webBrowserPermission = new WebBrowserPermission(PermissionState.Unrestricted);
2 references to _webBrowserPermission
PresentationFramework (2)
src\Shared\MS\Internal\SecurityHelper.cs (2)
197if (_webBrowserPermission == null) 201return _webBrowserPermission;