5 references to GetFileDropList
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataObjectTests.cs (5)
717
dataObject.
GetFileDropList
().Cast<string>().Should().BeEmpty();
737
dataObject.
GetFileDropList
().Cast<string>().Should().BeEquivalentTo(expected);
746
.Setup(o => o.
GetFileDropList
())
752
mockDataObject.Object.
GetFileDropList
().Cast<string>().Should().BeEquivalentTo(expected);
1613
dataObject.
GetFileDropList
().Should().BeEquivalentTo(filePaths);