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