2 references to ProductRootRegKey
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\CompileXomlTask.cs (1)
886
RegistryKey winoeKey = Registry.LocalMachine.OpenSubKey(Helpers.
ProductRootRegKey
);
Shared\CompModHelpers.cs (1)
565
using (RegistryKey key = Registry.LocalMachine.OpenSubKey(
ProductRootRegKey
))