1 write to startupPath
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
646startupPath = Path.GetDirectoryName(sb.ToString());
4 references to startupPath
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Application.cs (4)
644if (startupPath == null) { 648Debug.WriteLineIf(IntSecurity.SecurityDemand.TraceVerbose, "FileIO(" + startupPath + ") Demanded"); 649new FileIOPermission(FileIOPermissionAccess.PathDiscovery, startupPath).Demand(); 650return startupPath;