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));