2 references to _profileListKeyName
WindowsBase (2)
Shared\MS\Internal\IO\Packaging\PackagingUtilities.cs (2)
565
userProfileKey = Registry.LocalMachine.OpenSubKey(
_profileListKeyName
+ @"\" + userSid);
871
private const string _fullProfileListKeyName = @"HKEY_LOCAL_MACHINE\" +
_profileListKeyName
;