2 references to TypeProviderRegistryKeyPath
System.Workflow.Activities (2)
Common\CompModHelpers.cs (2)
801
RegistryKey referenceKey = Registry.CurrentUser.OpenSubKey(
TypeProviderRegistryKeyPath
);
844
RegistryKey referenceKey = Registry.CurrentUser.CreateSubKey(
TypeProviderRegistryKeyPath
);