2 references to TypeProviderRegistryKeyPath
System.Workflow.ComponentModel (2)
Shared\CompModHelpers.cs (2)
799
RegistryKey referenceKey = Registry.CurrentUser.OpenSubKey(
TypeProviderRegistryKeyPath
);
842
RegistryKey referenceKey = Registry.CurrentUser.CreateSubKey(
TypeProviderRegistryKeyPath
);