5 references to SetFileDropList
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataObjectTests.cs (5)
1249
dataObject.
SetFileDropList
(filePaths);
1274
.Setup(o => o.
SetFileDropList
(filePaths))
1279
mockDataObject.Object.
SetFileDropList
(filePaths);
1292
dataObject.
SetFileDropList
(filePaths);
1300
Action action = () => dataObject.
SetFileDropList
(null);