4 references to FileVersion
PresentationBuildTasks (1)
BuildTasks\MS\Internal\Tasks\TaskHelper.cs (1)
78string avalonFileVersion = acFileVersionInfo.FileVersion;
System (1)
services\monitoring\system\diagnosticts\FileVersionInfo.cs (1)
512sb.Append("FileVersion: "); sb.Append(FileVersion); sb.Append(nl);
System.Data (1)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
2237version = versionInfo.FileVersion;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
206fileVer = FileVersionInfo.GetVersionInfo(NativeMethods.GetLocalPath(name.EscapedCodeBase)).FileVersion;