5 references to DragDrop
System.Windows.Forms.UI.IntegrationTests (5)
DragDropTests.cs (5)
131string dragDropDirectory = Path.Combine(Directory.GetCurrentDirectory(), DragDrop); 169WaitForExplorer(DragDrop, new Point(dragDropForm.Location.X + dragDropForm.Width, dragDropForm.Location.Y)); 170Assert.True(IsExplorerOpen(DragDrop)); 233if (IsExplorerOpen(DragDrop)) 235CloseExplorer(DragDrop);