2 writes to _secMgr
PresentationFramework (2)
MS\Internal\AppModel\AppSecurityManager.cs (2)
364_secMgr = (UnsafeNativeMethods.IInternetSecurityManager)new InternetSecurityManager(); 390_secMgr = null;
10 references to _secMgr
PresentationFramework (10)
MS\Internal\AppModel\AppSecurityManager.cs (10)
305_secMgr, 331Invariant.Assert(_secMgr != null); 341_secMgr.ProcessUrlAction(targetString, 358if (_secMgr == null) 362if (_secMgr == null) // null check again - now that we're in the lock. 372_secMgr.SetSecuritySite((NativeMethods.IInternetSecurityMgrSite)_secMgrSite); 382if (_secMgr != null) 386if (_secMgr != null) 388_secMgr.SetSecuritySite(null); 400_secMgr.MapUrlToZone(BindUriHelper.UriToString(url), out zone, 0);