4 writes to productVersion
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Application.cs (4)
565productVersion = ((AssemblyInformationalVersionAttribute)attrs[0]).InformationalVersion; 572productVersion = GetAppFileVersionInfo().ProductVersion; 574productVersion = productVersion.Trim(); 581productVersion = "1.0.0.0";
8 references to productVersion
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Application.cs (8)
557if (productVersion == null) { 571if (productVersion == null || productVersion.Length == 0) { 573if (productVersion != null) { 574productVersion = productVersion.Trim(); 580if (productVersion == null || productVersion.Length == 0) { 585return productVersion;