3 references to GetModuleFileNameLongPath
System.Windows.Forms (3)
System\Windows\Forms\Application.cs (1)
413s_executablePath ??= PInvoke.GetModuleFileNameLongPath(HINSTANCE.Null);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
271string path = PInvoke.GetModuleFileNameLongPath(new HINSTANCE(s_moduleHandle));
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
906caption = Path.GetFileName(PInvoke.GetModuleFileNameLongPath(HINSTANCE.Null));