9 references to SetFileDropList
System.Windows.Forms.Tests (9)
System\Windows\Forms\DataObjectTests.cs (9)
1611
dataObject.
SetFileDropList
(filePaths);
1636
.Setup(o => o.
SetFileDropList
(filePaths))
1641
mockDataObject.Object.
SetFileDropList
(filePaths);
1654
dataObject.
SetFileDropList
(filePaths);
1662
Action action = () => dataObject.
SetFileDropList
(null);
2583
dataObject.
SetFileDropList
(["Path1", "Path2"]);
2624
dataObject.
SetFileDropList
([]);
2663
dataObject.
SetFileDropList
(["Path1", "Path2"]);
2682
dataObject.
SetFileDropList
([]);