13 references to ICMS
System.Windows.Forms (13)
parent\parent\parent\public\Internal\NDP\Inc\IsolationInterop.cs (7)
1853public CMS.ICMS BindReferenceToAssemblyManifest( 1868return (CMS.ICMS)o; 1872public CMS.ICMS GetAssemblyManifest( 1883return (CMS.ICMS)o; 2925public static Guid IID_ICMS = GetGuidOfType(typeof(CMS.ICMS)); 3057internal CMS.ICMS GetComponentManifest(DefinitionIdentity component) 3061return o as CMS.ICMS;
winforms\Managed\System\WinForms\TrustManager.cs (6)
61ICMS cms = (ICMS)InternalActivationContextHelper.GetDeploymentComponentManifest(activationContext); 85ICMS applicationCms = (ICMS)InternalActivationContextHelper.GetApplicationComponentManifest(activationContext); 596private unsafe static bool ExtractManifestContent(ICMS cms, out MemoryStream ms) 898private static bool ParseManifest(ICMS cms, ParsedData parsedData)