4 references to SetFileDropList
PresentationCore.Tests (4)
System\Windows\ClipboardTests.cs (4)
147
Clipboard.
SetFileDropList
(filePaths);
156
Action action = () => Clipboard.
SetFileDropList
(null!);
163
Action action = static () => Clipboard.
SetFileDropList
([]);
177
Action action = () => Clipboard.
SetFileDropList
(filePaths);