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
,
331
Invariant.Assert(
_secMgr
!= null);
341
_secMgr
.ProcessUrlAction(targetString,
358
if (
_secMgr
== null)
362
if (
_secMgr
== null) // null check again - now that we're in the lock.
372
_secMgr
.SetSecuritySite((NativeMethods.IInternetSecurityMgrSite)_secMgrSite);
382
if (
_secMgr
!= null)
386
if (
_secMgr
!= null)
388
_secMgr
.SetSecuritySite(null);
400
_secMgr
.MapUrlToZone(BindUriHelper.UriToString(url), out zone, 0);