7 references to ExpandString
mscorlib (1)
microsoft\win32\registrykey.cs (1)
1487case RegistryValueKind.ExpandString:
System (6)
services\monitoring\system\diagnosticts\EventLog.cs (5)
1192logKey.SetValue("File", filename, RegistryValueKind.ExpandString); 1201sourceLogKey.SetValue("EventMessageFile", GetDllPath(sourceData.MachineName), RegistryValueKind.ExpandString); 1203sourceLogKey.SetValue("EventMessageFile", FixupPath(sourceData.MessageResourceFile), RegistryValueKind.ExpandString); 1206sourceLogKey.SetValue("ParameterMessageFile", FixupPath(sourceData.ParameterResourceFile), RegistryValueKind.ExpandString); 1209sourceLogKey.SetValue("CategoryMessageFile", FixupPath(sourceData.CategoryResourceFile), RegistryValueKind.ExpandString);
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
1357logkey.SetValue("DisplayNameFile", resourceFile, RegistryValueKind.ExpandString);