23 references to IsolationInterop
System.Windows.Forms (23)
parent\parent\parent\public\Internal\NDP\Inc\IsolationInterop.cs (17)
1813System.Guid g = IsolationInterop.IID_IDefinitionIdentity; 1861System.Guid g = IsolationInterop.IID_ICMS; 1878System.Guid g = IsolationInterop.IID_ICMS; 1897System.Guid g = IsolationInterop.IID_IDefinitionIdentity; 1922System.Guid g = IsolationInterop.GetGuidOfType(typeof(IEnumSTORE_ASSEMBLY)); 1940System.Guid g = IsolationInterop.GetGuidOfType(typeof(IEnumSTORE_ASSEMBLY_FILE)); 1960System.Guid g = IsolationInterop.GetGuidOfType(typeof(IEnumSTORE_ASSEMBLY_FILE)); 1978System.Guid g = IsolationInterop.GetGuidOfType(typeof(IEnumSTORE_ASSEMBLY_INSTALLATION_REFERENCE)); 2100System.Guid g = IsolationInterop.GetGuidOfType(typeof(IEnumSTORE_CATEGORY)); 2120System.Guid g = IsolationInterop.GetGuidOfType(typeof(IEnumSTORE_CATEGORY_SUBCATEGORY)); 2135System.Guid g = IsolationInterop.GetGuidOfType(typeof(IEnumSTORE_CATEGORY_INSTANCE)); 2195ref IsolationInterop.IID_IEnumSTORE_DEPLOYMENT_METADATA); 2215ref IsolationInterop.IID_IEnumSTORE_DEPLOYMENT_METADATA_PROPERTY); 3020_appcontext = IsolationInterop.CreateActContext(appid._id); 3027_appcontext = IsolationInterop.CreateActContext(appid._id); 3060_appcontext.GetComponentManifest(0, component._id, ref IsolationInterop.IID_ICMS, out o); 3068_appcontext.GetComponentManifest(0, component._id, ref IsolationInterop.IID_IManifestInformation, out o);
winforms\Managed\System\WinForms\Application.cs (3)
1602IDefinitionAppId defAppId = IsolationInterop.AppIdAuthority.TextToDefinition(0, appFullName); 1635byte[] bytes = IsolationInterop.UserStore.GetDeploymentProperty(0, appId, 1654IsolationInterop.GUID_SXS_INSTALL_REFERENCE_SCHEME_OPAQUESTRING,
winforms\Managed\System\WinForms\TrustManager.cs (3)
974IDefinitionAppId appTrustAppId = IsolationInterop.AppIdAuthority.TextToDefinition(0, appTrust.ApplicationIdentity.FullName); 975IDefinitionAppId actCtxAppId = IsolationInterop.AppIdAuthority.TextToDefinition(0, activationContext.Identity.FullName); 976if (IsolationInterop.AppIdAuthority.AreDefinitionsEqual((uint) IAPPIDAUTHORITY_ARE_DEFINITIONS_EQUAL_FLAGS.IAPPIDAUTHORITY_ARE_DEFINITIONS_EQUAL_FLAG_IGNORE_VERSION, appTrustAppId, actCtxAppId))