2 references to GetLocalPath
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Help.cs (1)
347string localPath = NativeMethods.GetLocalPath(partialUri);
winforms\Managed\System\WinForms\ThreadExceptionDialog.cs (1)
206fileVer = FileVersionInfo.GetVersionInfo(NativeMethods.GetLocalPath(name.EscapedCodeBase)).FileVersion;