3 instantiations of DragImageDropDescriptionForm
System.Windows.Forms.UI.IntegrationTests (3)
DragDropTests.cs (3)
423
await RunFormWithoutControlAsync(() => new
DragImageDropDescriptionForm
(TestOutputHelper), async (form) =>
453
await RunFormWithoutControlAsync(() => new
DragImageDropDescriptionForm
(TestOutputHelper), async (form) =>
591
return new
DragImageDropDescriptionForm
(TestOutputHelper)
1 reference to DragImageDropDescriptionForm
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
585
private async Task RunTestAsync(Func<
DragImageDropDescriptionForm
, Task> runTest)