5 references to GetFileDropList
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataObjectTests.cs (5)
491
dataObject.
GetFileDropList
().Cast<string>().Should().BeEmpty();
511
dataObject.
GetFileDropList
().Cast<string>().Should().BeEquivalentTo(expected);
520
.Setup(o => o.
GetFileDropList
())
526
mockDataObject.Object.
GetFileDropList
().Cast<string>().Should().BeEquivalentTo(expected);
1251
dataObject.
GetFileDropList
().Should().BeEquivalentTo(filePaths);