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