4 writes to productVersion
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (4)
20235productVersion = ((AssemblyInformationalVersionAttribute)attrs[0]).InformationalVersion; 20241productVersion = GetFileVersionInfo().ProductVersion; 20243productVersion = productVersion.Trim(); 20250productVersion = "1.0.0.0";
8 references to productVersion
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Control.cs (8)
20230if (productVersion == null) { 20240if (productVersion == null || productVersion.Length == 0) { 20242if (productVersion != null) { 20243productVersion = productVersion.Trim(); 20249if (productVersion == null || productVersion.Length == 0) { 20253return productVersion;