5 references to GetFileDropList
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataObjectTests.cs (5)
717dataObject.GetFileDropList().Cast<string>().Should().BeEmpty(); 737dataObject.GetFileDropList().Cast<string>().Should().BeEquivalentTo(expected); 746.Setup(o => o.GetFileDropList()) 752mockDataObject.Object.GetFileDropList().Cast<string>().Should().BeEquivalentTo(expected); 1613dataObject.GetFileDropList().Should().BeEquivalentTo(filePaths);