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, 446Invariant.Assert(_secMgr != null ); 458_secMgr.ProcessUrlAction( targetString, 487if( _secMgr == null ) 491if ( _secMgr == null ) // null check again - now that we're in the lock. 503_secMgr.SetSecuritySite( (NativeMethods.IInternetSecurityMgrSite) _secMgrSite ) ; 524if (_secMgr != null ) 531if ( _secMgr != null ) 533_secMgr.SetSecuritySite( null ) ; 558_secMgr.MapUrlToZone(BindUriHelper.UriToString(url), out zone, 0);