3 references to CreateSubKey
ComSvcConfig (3)
ComAdminWrapper.cs (3)
331using (RegistryHandle clsidKey = regKey.CreateSubKey(@"clsid\" + clsid.ToString("B"))) 334using (RegistryHandle inprocServer32Key = clsidKey.CreateSubKey("InprocServer32")) 339using (RegistryHandle progID = clsidKey.CreateSubKey("ProgID"))