2 references to WpfPackagingSubKeyPath
WindowsBase (2)
Base\System\Windows\BaseCompatibilityPreferences.cs (2)
251using (var regKey = Registry.CurrentUser.OpenSubKey(WpfPackagingSubKeyPath, RegistryKeyPermissionCheck.ReadSubTree)) 274private const string WpfPackagingKey = @"HKEY_CURRENT_USER\" + WpfPackagingSubKeyPath;