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