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