5 references to GetFileDropList
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataObjectTests.cs (5)
742
dataObject.
GetFileDropList
().Cast<string>().Should().BeEmpty();
762
dataObject.
GetFileDropList
().Cast<string>().Should().BeEquivalentTo(expected);
771
.Setup(o => o.
GetFileDropList
())
777
mockDataObject.Object.
GetFileDropList
().Cast<string>().Should().BeEquivalentTo(expected);
1666
dataObject.
GetFileDropList
().Should().BeEquivalentTo(filePaths);