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