3 references to GetModuleFileNameLongPath
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Application.cs (2)
370
StringBuilder sb = UnsafeNativeMethods.
GetModuleFileNameLongPath
(NativeMethods.NullHandleRef);
645
StringBuilder sb = UnsafeNativeMethods.
GetModuleFileNameLongPath
(NativeMethods.NullHandleRef);
winforms\Managed\System\WinForms\RichTextBox.cs (1)
377
StringBuilder pathBuilder = UnsafeNativeMethods.
GetModuleFileNameLongPath
(new HandleRef(null, moduleHandle));