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