3 references to CompanyName
System.Windows.Forms (3)
System\Windows\Forms\Application.cs (3)
146
=> $"Software\\{
CompanyName
}\\{ProductName}\\{ProductVersion}";
633
=> Registry.CurrentUser.CreateSubKey($"Software\\{
CompanyName
}\\{ProductName}\\{ProductVersion}");
1148
string path = Path.Join(basePath,
CompanyName
, ProductName, ProductVersion);