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