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