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