5 references to InternalActivationContextHelper
System (1)
sys\system\configuration\ApplicationSettingsBase.cs (1)
677
return System.Deployment.Internal.
InternalActivationContextHelper
.IsFirstRun(actCtx);
System.Core (2)
System\Security\Cryptography\ManifestSignatureInformation.cs (2)
72
manifestStream =
InternalActivationContextHelper
.GetApplicationComponentManifest(application) as IStream;
75
manifestStream =
InternalActivationContextHelper
.GetDeploymentComponentManifest(application) as IStream;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TrustManager.cs (2)
61
ICMS cms = (ICMS)
InternalActivationContextHelper
.GetDeploymentComponentManifest(activationContext);
85
ICMS applicationCms = (ICMS)
InternalActivationContextHelper
.GetApplicationComponentManifest(activationContext);