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