2 references to DoDragDropAsJson
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.Methods.cs (1)
1867
Action dragDrop = () => control.
DoDragDropAsJson
<string>(null, DragDropEffects.Copy);
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
523
form.
DoDragDropAsJson
(testData, DragDropEffects.Copy);