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