3 references to ProductName
System.Diagnostics.FileVersionInfo (1)
System\Diagnostics\FileVersionInfo.cs (1)
297sb.Append("Product: ").AppendLine(ProductName);
System.Windows.Forms (2)
System\Windows\Forms\Application.cs (1)
473if (string.IsNullOrEmpty(s_productName) && GetAppFileVersionInfo().ProductName is { } productName)
System\Windows\Forms\Control.ControlVersionInfo.cs (1)
88_productName = GetFileVersionInfo().ProductName;