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