3 references to strImplementedCategoriesSubKey
mscorlib (3)
system\runtime\interopservices\registrationservices.cs (3)
479using (RegistryKey CategoryKey = ClsIdKey.CreateSubKey(strImplementedCategoriesSubKey)) 711using (RegistryKey CategoryKey = ClsIdKey.OpenSubKey(strImplementedCategoriesSubKey, true)) 727ClsIdKey.DeleteSubKey(strImplementedCategoriesSubKey);