5 references to GetFileDropList
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataObjectTests.cs (5)
718
dataObject.
GetFileDropList
().Cast<string>().Should().BeEmpty();
738
dataObject.
GetFileDropList
().Cast<string>().Should().BeEquivalentTo(expected);
747
.Setup(o => o.
GetFileDropList
())
753
mockDataObject.Object.
GetFileDropList
().Cast<string>().Should().BeEquivalentTo(expected);
1614
dataObject.
GetFileDropList
().Should().BeEquivalentTo(filePaths);