5 references to GetFileDropList
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataObjectTests.cs (5)
637dataObject.GetFileDropList().Cast<string>().Should().BeEmpty(); 657dataObject.GetFileDropList().Cast<string>().Should().BeEquivalentTo(expected); 666.Setup(o => o.GetFileDropList()) 672mockDataObject.Object.GetFileDropList().Cast<string>().Should().BeEquivalentTo(expected); 1533dataObject.GetFileDropList().Should().BeEquivalentTo(filePaths);