5 references to GetFileDropList
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataObjectTests.cs (5)
637
dataObject.
GetFileDropList
().Cast<string>().Should().BeEmpty();
657
dataObject.
GetFileDropList
().Cast<string>().Should().BeEquivalentTo(expected);
666
.Setup(o => o.
GetFileDropList
())
672
mockDataObject.Object.
GetFileDropList
().Cast<string>().Should().BeEquivalentTo(expected);
1533
dataObject.
GetFileDropList
().Should().BeEquivalentTo(filePaths);