6 references to SetFileDropList
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\MyServices\ClipboardProxy.vb (1)
193
Clipboard.
SetFileDropList
(filePaths)
System.Windows.Forms.Tests (5)
System\Windows\Forms\ClipboardTests.cs (5)
279
() => Clipboard.
SetFileDropList
(["filePath"]),
313
Clipboard.
SetFileDropList
(filePaths);
322
Action action = () => Clipboard.
SetFileDropList
(null!);
329
Action action = static () => Clipboard.
SetFileDropList
([]);
342
Action action = () => Clipboard.
SetFileDropList
(filePaths);