1 write to _applicationManifestPath
PresentationFramework (1)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
1353
_applicationManifestPath
= Path.ChangeExtension(path, ".exe.manifest");
2 references to _applicationManifestPath
PresentationFramework (2)
src\Framework\System\Windows\Interop\DocobjHost.cs (2)
1366
_context = ActivationContext.CreatePartialActivationContext(GetApplicationIdentity(), new string[] {_deploymentManifestPath,
_applicationManifestPath
});
1398
+ GetIdFromManifest(
_applicationManifestPath
));