14 references to ICatalog2
ComSvcConfig (14)
ComAdminWrapper.cs (14)
55ICatalog2 catalog = GetCatalog(); 180ICatalog2 catalog = GetCatalog(); 201static ICatalog2 GetCatalog() 203return (ICatalog2)(new xCatalog()); 208ICatalog2 catalog = GetCatalog(); 215ICatalog2 catalog = GetCatalog(); 219static string GetPartitionIdForApplication(ICatalog2 catalog, string appId, bool notThrow) 240public static bool GetApplicationBitness(ICatalog2 catalog, string partitionID, string applicationID) 355ICatalog2 catalog = GetCatalog(); 373ICatalog2 catalog = GetCatalog(); 414static void MarkComponentAsPrivate(ICatalog2 catalog, string partitionID, string applicationID, string progid) 478static bool RemoveComponent(ICatalog2 catalog, string partitionId, string applicationId, string progid) 531ICatalog2 catalog = GetCatalog(); 556static void SetCurrentPartition(ICatalog2 catalog, string partitionId)