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