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