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