5 references to DragQueryFile
System.Private.Windows.Core (4)
_generated\200\Windows.Win32.PInvokeCore.SHELL32.dll.g.cs (2)
40
/// <inheritdoc cref="
DragQueryFile
(winmdroot.UI.Shell.HDROP, uint, winmdroot.Foundation.PWSTR, uint)"/>
46
uint __result = PInvokeCore.
DragQueryFile
(hDrop, iFile, lpszFileLocal, (uint )lpszFile.Length);
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (2)
311
uint count = PInvokeCore.
DragQueryFile
(hdrop, iFile: 0xFFFFFFFF, lpszFile: null, cch: 0);
324
uint charactersCopied = PInvokeCore.
DragQueryFile
(hdrop, i, buffer, (uint)fileName.Length);
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3254
uint length = PInvokeCore.
DragQueryFile
(endropfiles, iFile: 0, b, cch: (uint)buffer.Length);