5 references to SetFileDropList
System.Windows.Forms.Tests (5)
System\Windows\Forms\ClipboardTests.cs (5)
279
(Action)(() => 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);