9 references to SetFileDropList
System.Windows.Forms.Tests (9)
System\Windows\Forms\DataObjectTests.cs (9)
1664
dataObject.
SetFileDropList
(filePaths);
1689
.Setup(o => o.
SetFileDropList
(filePaths))
1694
mockDataObject.Object.
SetFileDropList
(filePaths);
1707
dataObject.
SetFileDropList
(filePaths);
1715
Action action = () => dataObject.
SetFileDropList
(null);
2636
dataObject.
SetFileDropList
(["Path1", "Path2"]);
2677
dataObject.
SetFileDropList
([]);
2716
dataObject.
SetFileDropList
(["Path1", "Path2"]);
2735
dataObject.
SetFileDropList
([]);