5 references to SetFileDropList
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataObjectTests.cs (5)
1612
dataObject.
SetFileDropList
(filePaths);
1637
.Setup(o => o.
SetFileDropList
(filePaths))
1642
mockDataObject.Object.
SetFileDropList
(filePaths);
1655
dataObject.
SetFileDropList
(filePaths);
1663
Action action = () => dataObject.
SetFileDropList
(null);