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