2 references to ExecutablePath
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
1208
appFileVersion = FileVersionInfo.GetVersionInfo(
ExecutablePath
);
1464
currentStartInfo.FileName = Application.
ExecutablePath
;