2 writes to _secMgr
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\AppSecurityManager.cs (2)
493
_secMgr
= (UnsafeNativeMethods.IInternetSecurityManager) new InternetSecurityManager();
535
_secMgr
= null ;
10 references to _secMgr
PresentationFramework (10)
src\Framework\MS\Internal\AppModel\AppSecurityManager.cs (10)
414
_secMgr
,
446
Invariant.Assert(
_secMgr
!= null );
458
_secMgr
.ProcessUrlAction( targetString,
487
if(
_secMgr
== null )
491
if (
_secMgr
== null ) // null check again - now that we're in the lock.
503
_secMgr
.SetSecuritySite( (NativeMethods.IInternetSecurityMgrSite) _secMgrSite ) ;
524
if (
_secMgr
!= null )
531
if (
_secMgr
!= null )
533
_secMgr
.SetSecuritySite( null ) ;
558
_secMgr
.MapUrlToZone(BindUriHelper.UriToString(url), out zone, 0);