5 references to DragDrop
System.Windows.Forms.UI.IntegrationTests (5)
DragDropTests.cs (5)
130string dragDropDirectory = Path.Join(Directory.GetCurrentDirectory(), DragDrop); 168WaitForExplorer(DragDrop, new Point(dragDropForm.Location.X + dragDropForm.Width, dragDropForm.Location.Y)); 169Assert.True(IsExplorerOpen(DragDrop)); 232if (IsExplorerOpen(DragDrop)) 234CloseExplorer(DragDrop);