2 references to DragQueryFileLongPath
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataObject.cs (1)
1848int charlen = UnsafeNativeMethods.DragQueryFileLongPath(new HandleRef(null, hdrop), i, sb);
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3446if (UnsafeNativeMethods.DragQueryFileLongPath(new HandleRef(endropfiles, endropfiles.hDrop), 0, path) != 0)