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