3 writes to _identity
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (3)
451
_identity
= args.ApplicationIdentity;
1046
_identity
= null;
1051
_identity
= new ApplicationIdentity(_applicationId);
7 references to _identity
PresentationFramework (7)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (7)
71
if (
_identity
!= null)
269
if (ApplicationSecurityManager.UserApplicationTrusts[
_identity
.ToString()] != null)
271
_context = System.ActivationContext.CreatePartialActivationContext(
_identity
);
282
DeleteCachedApplicationTrust(
_identity
);
323
DeleteCachedApplicationTrust(
_identity
);
678
DeleteCachedApplicationTrust(
_identity
);
788
DeleteCachedApplicationTrust(
_identity
);