5 references to SetFileDropList
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataObjectTests.cs (5)
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);