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