6 references to ExpandString
Microsoft.Win32.Registry (1)
Microsoft\Win32\RegistryKey.cs (1)
1261case RegistryValueKind.ExpandString:
System.Diagnostics.EventLog (5)
System\Diagnostics\EventLog.cs (4)
787sourceLogKey.SetValue("EventMessageFile", GetDllPath(sourceData.MachineName), RegistryValueKind.ExpandString); 789sourceLogKey.SetValue("EventMessageFile", FixupPath(sourceData.MessageResourceFile), RegistryValueKind.ExpandString); 792sourceLogKey.SetValue("ParameterMessageFile", FixupPath(sourceData.ParameterResourceFile), RegistryValueKind.ExpandString); 796sourceLogKey.SetValue("CategoryMessageFile", FixupPath(sourceData.CategoryResourceFile), RegistryValueKind.ExpandString);
System\Diagnostics\EventLogInternal.cs (1)
1119logkey.SetValue("DisplayNameFile", resourceFile, RegistryValueKind.ExpandString);