5 references to SetFileDropList
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataObjectTests.cs (5)
1531
dataObject.
SetFileDropList
(filePaths);
1556
.Setup(o => o.
SetFileDropList
(filePaths))
1561
mockDataObject.Object.
SetFileDropList
(filePaths);
1574
dataObject.
SetFileDropList
(filePaths);
1582
Action action = () => dataObject.
SetFileDropList
(null);